BODY,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
.WHITE {
	color : White;
}
.FORM {
	font-size : 8pt;
	width : 220px;
}
.INPUT  {
	font-size : 8pt;
	font-style : normal;
	width : 100%;
}
.TEXTAREA {
	font-size : 8pt;
	font-style : normal;
	width: 100%;
	font-family : Arial, Helvetica, sans-serif;
}
.SUBMIT {
	font-size : 8pt;
	height : 34px;
	width : 25px;
}
A {
	color : #395E74;
}
A:HOVER {
	color : #CC0000;
	text-decoration : underline;
}
A.WHITE {
	color : White;
}
A:HOVER.WHITE {
	color : #FCD63B;
}
.mTitle {
	font-size : 14pt;
	color : #800000;
}
.sTitle {
	font-size : 10pt;
	color : #666666;
	font-weight : bold;
}
.small {
	font-size : 8pt;
}
.smallGray {
	font-size : 8pt;
	color : #333333;
}
.smallWhite {
	color : White;
	font-size : 8pt;
	letter-spacing : 1pt;
}