body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFCC;
}

a:link {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #00CC66;
}
a:active {
	color: #008000;
}
a {
	font-weight: bold;
}
#topnav a:link, #topnav a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #008000;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#topnav a:hover, #topnav a:visited:hover {
	color: #FFFFCC;
	background: #844700;
	padding: 4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#topnav a:active, #topnav a:visited:active {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #844700;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	}
.header {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #008000;
	font-size: 17px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #008000;
}
