A {
	color : #EB0000;
	text-decoration : underline;
}

A:link {
	color : #EB0000;
	text-decoration : underline;
}

A:visited {
	text-decoration : underline;
	color : #EB0000;
}

A:hover {
	text-decoration : none;
	color : #04095B;
}

A.subMenu {
	color : #000000;
	text-decoration : none;
}

A.subMenu:link {
	color : #000000;
	text-decoration : none;
}

A.subMenu:visited {
	text-decoration : none;
	color : #000000;
}

A.subMenu:hover {
	text-decoration : underline;
	color : #000000;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight : bold;
	color : #2F558A;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #567EB5;
}

.large {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.normal {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

.normalReverse {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 12px;
}

.alert {
	font-family : Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 12px;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 11px;
}

.tiny {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10px;
}

.coolForm {
	border-width: 1 1 1 1; 
	text-align: left; 
	border-style: solid solid solid solid; 
	font-size: 11; 
	font-family: Arial, Helvetica, sans-serif; 
}

