body {
	background-color: #999ba1;
	margin: 0px;
	padding: 0px;
}
.maintable{
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.no_repeat{
	background-repeat: no-repeat;
	background-position: top right;

}
.bodytext{
	font-family: "Arial Narrow", Helvetica, "Helvetica Narrow", sans-serif;
	font-size: 13px;
	color: #666666;
}
.heading{
	font-size: 22px;
	color: #02718f;
	font-weight: bold;
}
.subheading{
	font-size: 17px;
	color: #02718f;
	font-weight: bold;
}