/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fafafa;
}
.BgColor3 {
	background-color:#013a68;
}
.BgColor4 {
	background-color:#6b8c0c;
}
.TopSpacer {
	background: url(../images/top_spacer.jpg) repeat-x;
	height:128px;
}
.HeaderSpacer {
	background: url(../images/header_spacer.gif) repeat-x;
	height:288px;
}
.InnerHeaderSpacer {
	background:url(../images/inner_header_spacer.gif) repeat-x;
	height:197px;
}
.LeftSpacer {
	background: url(../images/left_col_spacer.gif) repeat-x #fafafa;
}
.FooterSpacer {
	background: url(../images/footer_spacer.jpg) repeat-x;
	height:69px;
}
.HorDotted {
	background: url(../images/hor_dotted.gif) repeat-x center;
}
.Border {
	border:1px solid #e7e7e7;
}
