/* CSS Document */

body
{
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: black;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


table 
{
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: center;
} 

a:link {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;

}
a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;

}	  

a.footer:link {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}
a.footer:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;

}	  