body {
	background-color: #000066;
}
.tableborder {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.topbottomborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #33BC23;
}
.copyright {
	background-color: #33BC23;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 15px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}
a:link {
	color: #33BC23;
	text-decoration: none;
}
a:visited {

	color: #33BC23;
	text-decoration: none;
}
a:hover {


	color: #000066;
	text-decoration: underline;
}
a:active {



	color: #000066;
	text-decoration: underline;
}
