/* CSS Document */

body{
	background-color:#000;
	
}


body a, body a:active{
		text-decoration:none;
		color:#CCC;
		font-size:12px;
	}
	
	body a:hover,
	body a:focus{
		text-decoration:underline;
		color:#FFF;
	}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.bodytxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copryright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.rates {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
}

