table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
body {
	background-color: 000099;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.white-text {
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC3300;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
}
.whitelink:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.whitelink:visited {
	text-decoration: underline;
	color: #FFFFCC;
	font-weight: bold;
}
.whitelink:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
}
.whitelink:active {
	text-decoration: underline;
	font-weight: bold;
}
.white-textLARGE {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}
.red-text {
	font-weight: bold;
	color: #CC0000;
}

