body {
	background-color: #990000;
}
a:link {
	color: #39F; text-decoration:none;
}
a:visited {
	color: #F60; text-decoration:none;
}
a:hover {
	color: #3CF; text-decoration: none;
}
a:active {
	color: #9C0; text-decoration: none;
}
.BottomNavGrey {
	color: #FFFFFF;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
.BottomNavGrey a {
	color: #FFFFFF;
}
body {
	background-image: url(images/page_setup/gradient.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #330000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.RedHeader18ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #AA0000;
}
.Arial12ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.Arial12ptBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA0000;
	font-size: 12px;
}
.Arial12ptBoldGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555F55;
	font-size: 12px;
}
.Arial15ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}
.RedHeader38ptBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 38pt;
	color: #AA0000;
}