/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #666666;
}

.text1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}


a	{
	color: #666666;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}


.copyright {
	color: #0099CC;
	text-decoration: none;
	
}

.copyright:hover {
	text-decoration: underline;

}

