.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
}



.topnav {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	background-color: #0366C1;
	font-family: "Century Gothic";
}



a.topnav:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	line-height: normal;
	text-decoration: none;
	background-color: #0366C1;
}
.catnav {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: "Century Gothic";
}



a.catnav:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #3399FF;
	line-height: normal;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #0068D1;
	line-height: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: "Century Gothic";
}
.linkbody {
	font-size: 14px;
	font-weight: bold;
	color: #0E4D8F;
	line-height: normal;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-family: "Century Gothic";
}
a.article_image, a.article_image:link, a.article_image:visited {   
    background: #eaeaea;   
    padding: 6px;   
    border: solid 1px #666666;   
   text-align: center;   
    display: block;   
}   
  
a.article_image:hover, a.article_image:active {   
    background: #ddd;   
}   

a.article_image img {   
   display: inline;   
    border: none;   
    border: solid 1px #666666;   
}  

