/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#eeece7;
}
.BgColor3 {
	background-color:#dad6cb;
}
.BgColor4 {
	background-color:#416178;
}
.IndexBg {
	background:url(../images/index-bg.gif) repeat-x top #eeece7;
}
.InnerBg {
	background:url(../images/inner-bg.gif) repeat-x top #eeece7;
}
.NavBg {
	background: url(../images/nav-bg.gif) no-repeat;
	height:43px;
}
.HeaderBg {
	background:url(../images/header-bg.gif) no-repeat;
	height:333px;
	width:950px;
}
.LeftBoxSpacer {
	background:url(../images/left-spacer-box.gif) repeat-y;
	width:234px;
}
.VerLine {
	background:url(../images/line.gif) repeat-y center;
}
.HorLine {
	background:url(../images/line.gif) repeat-x center;
}
.BorderImg {
	border:3px solid #FFFFFF;
}
