.WhiteMenuItem {
	font-size: 9px;
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-weight: normal;
}
a.WhiteMenuItem:link {
	color: #00FF00;
	text-decoration: none;
	}
	
a.WhiteMenuItem:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.WhiteMenuItem:visited {
	color: #00FF00;
	text-decoration: none;
	}
	
a.WhiteMenuItem:active {
	color: #FFFFFF;
	text-decoration: none;
	}


.BlueHeader {	font-size: 36px;
	font-weight: bold;
	color: #3C8AC8;
}
.MainText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #000000;
}
.BoldBlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.WhiteHeader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #FF3844;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
