@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000;
}
.maintheading {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.footer {
	font-size: 12px;
	color: #4095D1;
}
hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
}
.ratestable {
	color: #333;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: dotted dotted dotted;
	
}
.stepts {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.nav {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	letter-spacing: 3px;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-decoration: none;
	
}
.onnav {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 3px;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-decoration: none;
}

