/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f1f1f1;
}
.BgColor3 {
	background-color:#f2f2f2;
}
.BgColor4 {
	background-color:#e4e4e4;
}
.BgColor5 {
	background-color:#333333;
}
.BgColor6 {
	background-color:#2e7fd0;
	color:#FFFFFF;
}
.Border {
	border:5px solid #cfcfcf;
}
.TopBg {
	background:url(../images/top-bg.png) no-repeat;
	width:958px;
	height:80px;
}
.HeaderBg {
	background:url(../images/header-bg.jpg) repeat-x center;
	height:428px;
}
.InnerHeaderBg {
	background:url(../images/header-bg.jpg) repeat-x center;
	height:200px;
}
.LeftBottomImg {
	background:url(../images/left-bottom-img.jpg) no-repeat bottom #f2f2f2;
	padding-bottom:125px;
}
.HorLine {
	background:url(../images/line.gif) repeat-x center;
}
.VerLine {
	background:url(../images/line.gif) repeat-y center;
}
.BorderImg {
	border:3px solid #ffffff;
}
