body {
	background-color: #CCCCCC;
}
.style1 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: x-small;
}
a:link {
	color: #003000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #003000;
}