body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
}
.bodytext {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #494949;
	line-height: 20px;
	list-style-type: square;
}

.formtext {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	list-style-type: square;
}
.copyright {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: 434343;
	line-height: 18px;
}
.nav{
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: ##1A50B8;
	line-height: 18px;
}
.lftnav{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #434343;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #2F589F;
}
a:visited {
	text-decoration: none;
	color: #2F589F;
}
a:hover {
	text-decoration: none;
	color: #A50000;
}
a:active {
	text-decoration: none;
	color: #2F589F;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #AD0101;
	line-height: 20px;
}
.sub_heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #335FA6;
	line-height: 20px;
}
html	 {
     	overflow: -moz-scrollbars-vertical;
}