/* CSS Document */


body {

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

a {

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


a:hover {

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

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

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