/* CSS Document */


body {

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

a {

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


a:hover {

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

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

<style>
<!--
BODY{
scrollbar-face-color:#958F7A;
scrollbar-arrow-color:#4C,3E,63;
scrollbar-track-color:#A2,9D,8B;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#A2,9D,8B;
scrollbar-darkshadow-Color:#000000;
}
-->
</style>