BODY {
background-color: #E9E9E9;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
TD {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
A:link, A:visited, A:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}
FORM {
	margin: 0;
}
.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}