

/* --------------------------------------------------------------------- */
/*typography*/

body {
	font: 12px verdana,arial,helvetica,clean,sans-serif; 
     background: #eaeaea;
	color: #666;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
    text-align:center;
     background: url(../images/bg.gif) repeat-x top left #fff;
   background-position: 0px 110px;}		
    
    
.home{
    background: url(../images/bg_home.gif) repeat-x top left #eaeaea;
    background-position: 0px 110px;}		

a{color: #c63437;}

a:hover {
	color: #c63437;
	text-decoration:none;}
	
img{border: 0;}

.clear{clear: both;}

hr {size:1px; color:#e7e8e8;height:1px;background:#e7e8e8;}


h1{
	font:28px Verdana; 
	color:#18abe7;
	margin-top: 0em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	}

h2{
	font:22px/20px verdana; 
	color:#3D3C2C;
	margin-top: 1em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	}
	
h3{
	font:22px/20px verdana; 
	color:#18abe7;
	margin: 0.2em 0em 0.5em 0em;}	
	
	
h4 {
	padding: 18px 0px 0px 0px;
	font-family: verdana; 
	font-size: 20px;
	font-weight: normal;
	color: #18abe7;
	letter-spacing: 0.5px;
	line-height:1.5em;
	margin: 0.0em;}
	
h4 span {
	color: #030303;
	text-transform: uppercase;
	font-size: 22px;}	
	
	
h5	{padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0.0em;}
	
ul{
   list-style-type:none;
   margin: 0;
   padding:0;}	

li{
   font-size: 13px;}


p, td{
	font-size: 13px;
	line-height: 1.8em;
	margin: 0.0em 0em 2em 0em;
	text-align:justify;
	}

strong, b {
	font-weight: bold;
	}
	
	
em, i {
	font-style: italic;
}


blockquote, blockquote p {
  text-indent: 0px;
  color: #666;
  background:#dbdad1;
  padding:8px;
  text-align:left;
  margin:5px 0px;
  border-top: 1px solid #aca988;
  border-bottom: 1px solid #aca988;
}
