/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}
body {
	background-image: url(img/background.jpg);
	margin-left: 0px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
}
a:link {
	color: #003301;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #003301;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #003301;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #003301;
	font-weight:bold;
}
.top_nav {color:#FFFFFF;}
.top_nav a:link {color:#FFFFFF;
				 text-decoration:none;}
.top_nav a:visited {color:#FFFFFF;
				    text-decoration:none;}
.top_nav a:hover {color:#FFFFFF;
				  text-decoration:underline;}
.top_nav a:active {color:#FFFFFF;
				   text-decoration:none;}
.copyright {font-size:11px;
			color:#FFFFFF;}
.search_text {color:#003301;
			  font-weight:bold;
			  font-size:14px;}
.latest_news {color:#003301;}
.sub_titles {color:#006502;
			 font-size:18px;
			 font-weight:bold;}
.small_text {font-size:11px;}
.images {border:2px;
	  border-color:#267e27;}
.images a:link {border:2px;
	 		 border-color:#267e27;}
.images a:visited {border:2px;
			    border-color:#267e27;}
.images a:active {border:2px;
	 		   border-color:#267e27;}
.images a:hover {border:2px;
	  		  border-color:#267e27;}		 
