/* CSS Document */

body {
	background-image: url();
	background-color: #3D3D3D;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
a {
	font-size: small;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}
h2 {
	color: #333333;
}
.style3 {
	color: #D3D3D3
}
