body {
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
p, div, ul, ol,td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
p.b, div.b, ul.b, ol.b, td.b {
	color : #990000;
	font-weight : bold;
}
p.m, div.m, ul.m, ol.m, td.m {
	font-size : 8pt;
}
p.wh, div.wh, td.wh {
	color : #ffffff;
	font-weight : bold;
	}

a.n {
	font-size : 9pt;
	text-decoration : none;
	color : #333399;
	font-weight : bold;
	}
a.wh {
	color : white;
	font-weight : bold;
	text-decoration : none;
	}
a.log {
	color : #ff6633;
	}
a.back {
	font-size : 9pt;
	color : #993300;
	font-weight : bold;
	}

a {
font-size : 8pt;
color:#000000;
font-weight : normal;
text-decoration : underline;
}	

a:hover {
	color : #CC0000;
}


