/* CSS Document */


body {
	background-color: #333333;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #148637;
}
a:active {
	text-decoration: none;
	color: #148637;
}
.style2 {color: #FFFFFF}
.style3 {color: #817D7D}
.style4 {color: #0066FF}


