SUB {
	font-size : smaller;
}

BODY, TH, TD, INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

BODY {
	margin-top : 2;
	margin-left : 2;
	background-color : White;
}

P {
	margin-top : 5;
	margin-bottom : 0;
}

TH {
	background-color : #4682B4;
	color : White;
}

A:ACTIVE.Menu {
	text-decoration : underline;
	color : White;
}

A:VISITED.Menu{
	text-decoration : none;
	color :  White;
}

A:LINK.Menu {
	text-decoration : none;
	color :  White;
}

A:HOVER.Menu {
	text-decoration : underline;
	color : White;
}

A:ACTIVE.MenuSmall {
	text-decoration : underline;
	color : White;
	font-size : 11px;
}

A:VISITED.MenuSmall {
	text-decoration : none;
	color :  White;
	font-size : 11px;
}

A:LINK.MenuSmall {
	text-decoration : none;
	color :  White;
	font-size : 11px;
}

A:HOVER.MenuSmall {
	text-decoration : underline;
	color : White;
	font-size : 11px;
}

A:ACTIVE, A:LINK, A:VISITED {
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	text-decoration : underline;
	color : Blue;
}

H1, H2, H3, H4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Navy;
	margin-top : 8;
	margin-bottom : 5;
}

LI {
	margin-left : -15px;
}
.submitbtn {
background-color: Navy;
font-family: arial,helvetica,sans-serif; 
font-weight: bold; 
font-size: 9pt; 
color: white
} 
.alertext{
	color: red;
	font: 9pt arial, helvetica, sans-serif;
}