BODY, TD, .MainText {
	font-family : "Comic Sans MS";
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
}

.Blue {
	color : #264681;
}

.Brown {
	color : #996600;
}

.Red {
	color : #CC0000;
}

.Black {
	color : #000000;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	font-family : "Comic Sans MS";
	color : #FABE24;
	text-decoration : underline;
}

A:HOVER {
	
}

.BlueLink, .BlueLink:ACTIVE, .BlueLink:LINK, .BlueLink:VISITED {
	color : #264681;
	font-weight : bold;
	text-decoration : underline;
}

.WhiteLink, .WhiteLink:ACTIVE, .WhiteLink:LINK, .WhiteLink:VISITED {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

B, STRONG {
	font-weight : bold;
}

I, EM {
	font-style : italic;
}

.PageTitle{
	font-size : 20px;
	font-weight : bold;
	text-transform : uppercase;
}

.SubTitle{
	font-size : 17px;
	font-weight : bold;
}

.SubTitle:ACTIVE, .SubTitle:LINK, .SubTitle:VISITED {
	color : #FFFFFF;
	font-size : 17px;
	font-weight : bold;
	text-decoration : underline;
}

.MenuTitle {
	font-size : 14px;
	font-weight : bold;
	color : #264681;
}

.MenuTitle:ACTIVE, .MenuTitle:LINK, .MenuTitle:VISITED {
	font-size : 14px;
	font-weight : bold;
	color : #264681;
	text-decoration : none;
}

.Menu {
	font-size : 12px;
	color : #FFFFFF;
}

.Menu:ACTIVE, .Menu:LINK, .Menu:VISITED {
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : underline;
}

.Legal{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

.Legal:ACTIVE, .Legal:LINK, .Legal:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

.Date{
	font-size : 12px;
}

.Error{
	color : #FB7E00;
}