/* CSS Document */

body{
margin:0px;
padding:0px;
}
#bodytopbg{
background-image:url(../images/bg.gif);
background-repeat: repeat-x;
background-position: top;
}
#bodyfooterbg{
background-image:url(../images/bottom_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.heading{
font-family:Arial;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
}
.sub_heading{
font-family:Arial;
font-size:11px;
color:#FFFFFF;
}
.readmore{
font-family:Arial;
font-size:10px;
color:#ffe868;
text-decoration:none;
}
.style1{
	font-family:Arial;
	font-size:18px;
	color:#3d82bd;
	
}
.style2{
	font-family:Arial;
	font-size:18px;
	color:#3d82bd;
	text-decoration: none;
}
.style2 a{
	font-family:Arial;
	font-size:18px;
	color:#3d82bd;
	text-decoration: none;
}
.body_text{
font-family:Arial;
font-size:14px;
color:#737373;
}
.copyrights{
font-family:Arial;
font-size:12px;
color:#ffffff;
}