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