body {
	background:#0F48A1;
	margin-top: 0px;
	margin-bottom: 0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
/* main start */
.mainbg {
	background:url(../images/bg.jpg) center;
}
/* main end */
/* heading start */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#F90;
	display:inline;
}
.sub-heading {
	color:#F90;
	font-size:14px;
	font-weight:bold;
}
/* heading end */
/* footer start */
.footerbg {
	background:url(../images/footerbg.jpg) no-repeat center;
	height:77px;
	
	font-size:11px;
	color:#FFF;
}
a.footerlink:link {
	color:#FFF;
	text-decoration:none;
	outline:0;
}
a.footerlink:hover {
	color:#FFF;
	text-decoration:underline;
	outline:0;
}
a.footerlink:active {
	color:#FFF;
	text-decoration:none;
	outline:0;
}
a.footerlink:visited {
	color:#FFF;
	text-decoration:none;
	outline:0;
}
.border	{
	border:thin solid #0066FF;
	
}
/* footer end */
/* links start */
a:link {
	 color:#F90;
	 text-decoration:underline;
	 outline:0;
}
a:hover {
	 color:#F90;
	 text-decoration:none;
	 outline:0;
}
a:active {
	 color:#F90;
	 text-decoration:underline;
	 outline:0;
}
a:visited {
	 color:#F90;
	 text-decoration:underline;
	 outline:0;
}
/* links end */
