a:link, a:active, a:visited {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial;
	color: #0495B6;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
BODY {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #000000;
}
TD {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF3300;
}
.yellow {
	color: #FFE30A;
}
