@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
body, td, th {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {font-size: 10px}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

style3 a {text-decoration:none}