/* CSS Document */


body {

   	background-color: #333333;
	font-family: Calibri;
	font-size:10pt;
	line-height: normal;
	color: #ffffff;
}

a {

	color: #ffffff;
	text-decoration: bold;
	font-size:10pt;
	font-weight: none;
}


a:hover {

	color: #99CCFF;
	text-decoration: italic;
	font-size:10pt;
	font-weight: none;
}

a:active {
	color: #000000;
	font-weight: none;
	font-family: Calibri
	font-size: 10pt;
	font-weight: none;
}

<style>
<!--
BODY{
scrollbar-face-color:#333333;
scrollbar-arrow-color:#99CCFF;
scrollbar-track-color:#333333;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-Color:#ffffff;
}
-->
</style>
