/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fcfcfc;
}
.BgColor3 {
	background-color:#ede8e6;
}
.BgColor4 {
	background-color:#34586e;
}
.IndexBgSpacer {
	background:url(../images/index-bg.gif) repeat-x top #f2f2f2;
}
.InnerBgSpacer {
	background:url(../images/inner-bg.gif) repeat-x top #f2f2f2;
}
.HeaderTextBg {
	background: url(../images/header-text-bg.jpg) no-repeat;
	width:562px;
	height:238px;
}
.TopSpacer {
	background:url(../images/top-spacer.gif) repeat-x;
	height:93px;
}	
.LeftLine {
	background:url(../images/left-hor-line.gif) repeat-x center;
}
.HorLine {
	background:url(../images/hor-line.gif) repeat-x center;
}

.Border {
	border:2px solid #e3dad7; 
}
