/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	
}
div,tr, td, p, span, ul, li, h1, h2, h3, h4, h5, h6, a, form {
	margin:0px;
	padding:0px;
	}
	
	.style1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color:#7C2E0D;
	
}

.style2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}

.style3 {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-weight: bold;
}



a:link {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7e95cc;
}
a:visited {
font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7e95cc;
 }
a:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7c2e0d;
	text-decoration: none;
}
a:active { } 



/*------------------------header--------------starts-----------*/
.bg_menu{
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
}
.menu{
	font-family:Arial, Helvetica, sans-serif;
	color:#3E65D4;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 10px 0px 10px;
}
.menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#3E65D4;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 10px 0px 10px;
}
h1{
	font-family:Tahoma;
	color:#7C2E0D;
	font-size:18px;
	font-weight:normal;
	padding:40px 0px 0px 35px;
}

p.normal{
	font-family:Tahoma;
	color:#3C3C3C;
	font-size:14px;
	font-weight:normal;
	padding:10px 0px 0px 35px;
	line-height:18px;

}
.bg_body_left{
	background:url(images/bg_body_left.gif) repeat-x #FFFFFF;
	border:1px solid #A1A1A1;
}
.bg_body_inner{
	background:url(images/bg_body_inner.gif) repeat-x #FFFFFF;
	border:1px solid #431805;
}
.bg_body_bottom{
	background-image:url(images/bg_body_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*---------------------------body----------------ends------*/


/*----------------footer-------------starts--------------------*/
.footer_link{
	font-family:Tahoma;
	color:#4368CF;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 7px 0px 7px;

}
.footer_link:hover{
	font-family:Tahoma;
	color:#4368CF;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 7px 0px 7px;
}

.copyright{
	font-family:Tahoma;
	color:#4368CF;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;

}
/*----------------footer-------------ends-------------------*/

