/* CSS Document */

a:link {
	color: #FF3333;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;


  }

a:visited {
 	color: #FF3333;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
 	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  } 

a:active {
	color: #FF3333;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td {
	border: 0px none;
}
.descstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	scrollbar-base-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
	height: auto;

}
