body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style2 {color: #009FD5}
a:active 	{ color:#666; text-Decoration: none}
a:link 		{ color:#666; text-decoration: underline} 
a:visited 	{ color:#666; text-decoration: underline} 
a:hover 	{ color:#000000; text-Decoration: none;  }
.box {
	border: 1px solid #CCC;
}
.footer {
	font-size: 70%;
	color: #666;
}
.sub {
	font-size: 70%;
	}
.right {
	display: inline;
	float: right;
}
h1 {
font-size: 18px;
font-weight: normal;
}
 #topnav ul li {
	width: auto;
	
	float: left;
	list-style: none;	
	margin-top: -10px;
	!margin-top: 4px;
	margin-bottom: 4px;
	}
	 #topnav ul li a {
	padding: 6px 18px 6px 18px;
	color: #000;
	text-decoration: none;		
	display: block;
	font-size: 20px;
	font-weight: normal;

}
		#topnav ul li a:hover {
	color: #004286;
	text-decoration: none;
	
		}
		#topnav a:active {
			color: #CCCCFF;
		}

.borderright {
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 2px;
	}

