TABLE,TD,DIV,SPAN,INPUT,SELECT,TEXTAREA,SUBMIT,BUTTON,BODY {
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 9pt;
}

A {
	color : #00339A; /*#0033CC;*/
}
/*
A:hover {
	background-color : #99CCFF;
}
*/
A.clsDarkBG {
	color : white;
	font-weight : bold;
	text-decoration : none;
}

.clsBoldOnBlue {
	color : #99CCFF; /*#0033CC;*/
	font-weight : bold;
	font-size : 12pt;
}
.clsBoldOnWhite {
	color : #00339A; /*#0033CC;*/
	font-weight : bold;
	font-size : 12pt;
}
.clsBoldGray {
	color : #636363; /*#0033CC;*/
	font-weight : bold;
	font-size : 12pt;
}
.clsHeader {
	font-weight : bold;
	font-size : 10pt;
}
.clsHeaderSmall {
	font-weight : bold;
	font-size : 8pt;
	color : #00339A;
}
.clsTinyText {
	font-size : 7pt;
}
.clsTinyBlue {
	font-size : 7pt;
	color : #00339A;
	text-decoration : none;
}

.clsError {
	color : red;
}

.clsNormal {
	color : black;
	font-size : 9pt;
	font-weight : normal;
	font-family : arial, helvetica, geneva, verdana, sans-serif;
}

.clsRequired {
	color : red;
}