BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial,  Helvetica, sans-serif;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	font : bold;
}
H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Blue;
	font-weight : bold;
	font : bold;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
	font-weight : bold;
	font : bold;
}

A:LINK {
	color : Red;
	text-decoration : none;
}
	

A:HOVER {
	color : Blue;
	text-decoration : underline;
}
A:VISITED {
	color : Navy;
	text-decoration : none;
}

A:ACTIVE {
	color : Red;
	text-decoration : underline;
}
HR {
	color : Blue;
}
TD {
	font : 9pt;
}
