P, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}

P.pagetitle { 
	font-size: 12pt;
	font-weight: bold;
} 


a.move:link {
	text-decoration: none;
}

a.move:visited {
	text-decoration: none;
}

a.move:hover {
	text-decoration: underline;
}

a.footer:link {
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.bold {font-weight: bold;} 
.strikethrough {text-decoration: line-through;}
.italic {font-style: italic;} 
.bolditalic {font-weight: bold; font-style: italic;}
.eightpoint {font-size: 8pt;}
.ninepoint {font-size: 9pt;}
.highlight {background-color: rgb(255, 255, 0);}
.underline {text-decoration: underline;}
.red {color: #FF0000;}
.white {color: #FFFFFF;}