body {font-family: Arial, Helvetica, sans-serif; 
          font-size:13px;
		  line-height: 20px;
		  color: #444444;
		  margin: 0;
		 
}

.title  {  font-family: Arial, Helvetica, sans-serif; 
         font-weight: bold;
          font-size:13px; 
          color: #444444;
        }


.bluebold{  font-family: Arial, Helvetica, sans-serif; 
          font-size:13px; 
		  font-weight: bold;
          color: #3A7BAD;
		  line-height: 20px;
		  
        }

.update {  font-family: Arial, Helvetica, sans-serif; 
         font-weight: bold;
          font-size:10px; 
          color: #FFA200;
        }

.articlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}



h1 {
		font-family:Georgia, Times New Roman, Times, serif;
		color:#7A7A7A;
		font-size:18px;
		font-weight:normal;
  
		}

.serifbig {
		font-family:Georgia, Times New Roman, Times, serif;
		color:#7A7A7A;
		font-size:18px;
		font-weight:bold;
  		line-height:20px;		
  
		}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #fa9660;
}

big {
	font-size: 14px;
	line-height: 22px;
}
a:link      {text-decoration: underline; color: #3A7BAD}
a:visited       {text-decoration: underline; color: #3A7BAD}
a:active        {text-decoration: underline; color: #A79E3C;}
a:hover     {text-decoration: underline; color: #A79E3C;}


.serif {
		font-family:Georgia, Times New Roman, Times, serif;
		color:#3A7BAD;
		font-size:12px;
		font-weight:none;
  		line-height:20px;		
  
		}
		
	
	.serif a:link {text-decoration:none; color: #3A7BAD; }
	.serif a:visited {text-decoration:none; color: #3A7BAD;}
	.serif a:active {text-decoration:none; background-color: #E4E5A2; color: #3A7BAD; }
	.serif a:hover {text-decoration: none; background-color: #E4E5A2; color: #3A7BAD;}
	

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #444444;
	 }
	
	.small a:link {text-decoration:underline; color: #3A7BAD}
	.small a:visited {text-decoration:underline; color: #3A7BAD;}
	.small a:active {text-decoration:underline;  color: #3A7BAD; }
	.small a:hover {text-decoration: underline; color: #A79E3C;}
		

.nav {
	font-family: "Garamond",Times New Roman;
	font-size: 15px;
	color: #666;
	line-height: 1.7em;
	text-align: left;
	text-indent: 11px;
	background-color:#edf4f4;
	width: 127px;
	height: 25px;
	border-top: 2px solid #FFFFFF;
}

.nav a {
	color: #666;
	text-decoration: none;
}

.topnav {
	height: 33px;
	line-height: 30px;
	padding: 0 12px 0 4px;
	float: right;
	display: block;
}

.tagline {
	height: 33px;
	line-height: 30px;
	padding: 0 0 0 12px;
	float: left;
	display: block;
}

.topnav a {
	text-decoration: none;
	color: #444444;
}
.topnav a:hover {
	text-decoration: none;
	color: #3A7BAD;
}


