
body    {
	color: #000000;
	background: White;
	font-family : Arial, Helvetica, sans-serif;
	border-width: 10px;
	border-style: solid;
	border-color: White;
	overflow: auto;
	scrollbar-3dlight-color : White;
	scrollbar-base-color : White;
	scrollbar-arrow-color : Blue;
	scrollbar-darkshadow-color : Black;
	scrollbar-track-color : #FFFFCC;
	scrollbar-face-color : ThreedLightShadow;
	scrollbar-shadow-color : #CCCCFF;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	margin-bottom : 6pt;
}


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 : Blue;
	text-decoration : none;
}
	

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

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