.FormText {
	font-family : Verdana;
	font-size : 11px;
	font-variant : small-caps;
	font-style : normal;
	letter-spacing : 1px;
	color : White;
}

.NormalText{
	font-family : Verdana;
	font-size : 11px;
	font-variant : normal;
	font-style : normal;
	color : White;
}

.HeadingText {
	font-family : Verdana;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	color : White;
	font-weight : bold;
}

.BlackNormalText{
	font-family : Verdana;
	font-size : 11px;
	font-variant : normal;
	font-style : normal;
	color : Black;
}

.BlackHeadingText {
	font-family : Verdana;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	color : Black;
	font-weight : bold;
}

A:LINK, A:VISITED {
	color: #FFFF00;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13px;
	font-variant : normal;
	font-style : normal;
}

A:HOVER {
	color: #FFFFFF;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13px;
	font-variant : normal;
	font-style : normal;
}

A.BrightLink:LINK, A.BrightLink:VISITED {
	color : Yellow;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13px;
	font-variant : normal;
	font-style : normal;
}

A.BrightLink:HOVER {
	color : #FFFF99;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13px;
	font-variant : normal;
	font-style : normal;
}

