/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fefefe;
}
.BgColor3 {
	background-color:#E8A11F;
}
.BgColor4 {
	background-color:#7BA7AF;
}
.BgColor5 {
	background-color:#CCCCCC;
}
.BgColor6 {
	background-color:#f4f4f4;
}
.TopSpacer {
	background-image:url(../images/top_spacer.gif);
	background-repeat:repeat-x;
	height:102px;
}
.TopImg {
	background-image:url(../images/top_img.gif);
	background-repeat:no-repeat;
	height:102px;
	widows:511px;
	background-position:left;
}
.Header {
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:233px;
}
.Innerheader {
	background-image:url(../images/inner_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:115px;
}
.RemoteDeposit {
	background-image:url(../images/remote_deposit_bg.gif);
	width:264px;
	height:40px;
	background-repeat:no-repeat;
}
.OnlineBanking {
	background-image:url(../images/online_banking_bg.gif);
	width:264px;
	height:40px;
	background-repeat:no-repeat;
}
.FooterSpacer {
	background-image:url(../images/footer_spacer.gif);
	background-repeat:repeat-x;
	height:8px;
}
.Border {
	border:1px solid #b2b2b2;
}

