/* CSS Document */

body {
	background-color: #000000;
}
.style3 {
	color: #FFFFFF;
	font: Verdana;
	font-size: 10px
}
.style3a {
	color: #FF9966;
	font: Verdana;
	font-size: 10px
}
.style4 { font: Arial;
		color: #CCCCCC;
		font-size: 10px
}
		
.style5 {color: #666666;
		font: Verdana;
		font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
