#topnav a:link, #topnav a:active, #topnav a:visited { font: 11px Arial, Helvetica, sans-serif; text-decoration: none; color: #000 }
#topnav a:hover { color: #CC0000; }
body	{
	background: #036;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 25px;
	}
#wrapper	{
	background: #fff;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #bbb;
	width: 790px;	 
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottomnav a:link, #bottomnav a:active, #bottomnav a:visited {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#bottomnav a:hover { text-decoration: underline; }
