body
{
	background-color: #990000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/red_backer.gif);
	background-repeat: repeat-x;
}
.masterTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.stdCell {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	padding: 10px;
}
.regText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footerCell {
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
