/* CSS Document */


body {

   	background-color: #000000;
	font-family: Tahoma;
	font-size:10pt;
	line-height: normal;
	color: #d7d7d7;
}

a {

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


a:hover {

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

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

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