BODY {
                  background-color : #E7EFF7;
}
P, LI { 
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	color : navy;
}
H1, H2, H3, H4, H5 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.sizedown {
	font-size : 8pt;
}
.caption {
	font-size : 8pt;
	color : Teal;
}
.menufont {
	font-size : 9pt;
	font-weight : bold;
	color : navy;
}
.menulight {
	font-size : 9pt;
	font-weight : bold;
	color : white;
}

A:HOVER {
	text-decoration : none;
	color: blue;
	text-transform: bold;
}
A:LINK {
	text-decoration : none;
	color: navy;
}

