@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #333333;
	font-size: 10px;
	line-height: 14px;
}
	
.style3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;}
	
.style4 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}		
	
	
.style5 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;		
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	color: #666666;
}
a.hidden {
  color: #666666;
}	
	
	
