/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#D6D6D6;
}
.BgColor3 {
	background-color:#FF9500;
}
.Header {
	background-image:url(../images/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:173px;
}
.InnerHeader {
	background-image:url(../images/inner_header.jpg);
	background-color:#333333;
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
}
.HeaderSpacer {
	background-image:url(../images/header_spacer.gif);
	background-repeat:repeat-x;
}
.HeaderShadow {
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-x;
	height:33px;
}
.VerDesh {
	background-image:url(../images/ver_desh.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.HeadingDeshLine {
	background-image:url(../images/welcome_dotted.gif);
	background-repeat:repeat-x;
	height:34px;
}
.ContactBg {
	background-image:url(../images/contactus_bg.gif);
	background-repeat:no-repeat;
	width:218px;
	height:147px;
	Padding:10px;
}
.FooterBg {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	height:69px;
	padding:10px;
}
.TextBox {
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	color: #737373;
}