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

body {
	background-color: #000000;
}

a:link {
	color: #0077FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0077FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF00FF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}
.style2 {color: #CCCCCC}
.style3 {color: #000000}
.style4 {
	color: #FF9900;
	font-size: 14px;
}
.style5 {font-size: 16px}

.style6 {font-size: 13px}