/* CSS Document */
body {
	background-color:000000;
	scrollbar-face-color:CC99CC;
	scrollbar-highlight-color:808080;
	scrollbar-3dlight-color:ffffff;
	scrollbar-shadow-color:999999;
	scrollbar-darkshadow-color:855723;
	scrollbar-arrow-color:ffffff;
	scrollbar-track-color:000000;
	text-color:CC99CC;
	font-family: Arial;
	font-size: 10pt;
	}

td {
    color: #CC99CC;
	font-family: Arial;
	font-size: 10pt;
	}

a:link			{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	}
a:visited		{
	color: #808080;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	}
a:hover			{
	color: #999999;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	}
a:active		{
	color: #999999;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	}