.BGDark 
{
	background-color: #003366;
}
.BGLight 
{
	background-color: #33CCFF;
}
.BGRed
{
	background-color: #FF0000;
}

.HeaderBig
{
	color: Black;
	font-family: Arial;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
}
.HeaderSmall
{
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.TableOutlineLight
{
	border: solid 1px #33CCFF;
}
.TableOutlineDark
{
	border: solid 1px #003366;
}
.TableOutlineRed
{
	border: solid 1px #FF0000;
}

.TextReg
{
	font-family: Times New Roman;
	font-size: 14;
}
.TextRed
{
	font-family: Times New Roman;
	font-size: 14;
	color: Maroon;
}
.TextSmall
{
	font-family:Times New Roman;
	font-size: 12;
}
.TextBold
{
	font-family: Times New Roman;
	font-size: 14;
	font-weight: bold;
}
.TextLight
{
	color: White;
}

.ResultsLight
{
	background-color: #FFFFFF;
}
.ResultsDark
{
	background-color: #EEEEEE;
}

.LinkLight
{
	color: White;
	text-decoration: underline;
}
.LinkDark
{
	color: Black;
	text-decoration: underline;
}