a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #009900;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #0033FF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #333333;
}
TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #92010E;
}
