.maintable {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #014b64;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #014b64;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #014b64;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: 14px;
	color: #014b64;
}
h2 {
	font-size: 13px;
	color: #014b64;
}
h3 {
	font-size: 12px;
	color: #014b64;
}.topnav {
	background-image: url(images/topnav.png);
	background-repeat: repeat-x;
	color:#ffffff;
}
.content {
	padding: 8px;
}
.topnav A:link {text-decoration: none; color: white;}
.topnav A:visited {text-decoration: none; color: white;}
.topnav A:active {text-decoration: none; color: white;}
.topnav A:hover {text-decoration: underline; color: #cccccc;}