body {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	margin:0px;
}
.boldtext {
	font-weight:bold;
}
.whitetext {
	color:#FFFFFF;
}
.header {
	font-weight:bold;
	font-size:14px;
	background-color:#FFFFFF;
}
.statheader {
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}
.columnheader {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000066;
}
.copyright {
	font-size:12px;
	color:#999999;
}
hr {
	width: 97%;
}
table.bodytable {
	border: thin solid #000000;
	background-color:#FFFFFF;
}
a:link {
	text-decoration: underline;
	color:#000066;
}
a:visited {
	text-decoration: underline;
	color:#000066;
}
a:hover {
	text-decoration:none;
	background-color:#000066;
	color:#FFFFFF;
}
a:active {
	text-decoration:none;
	color:#000066;
}
a.sitelink:link {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}
a.sitelink:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}
a.sitelink:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#000000;
}
a.sitelink:active {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
