/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#dadada;
}
.BgColor3 {
	background-color:#d4a238;
}
.BgColor4 {
	background-color:#000000;
}
.BgColor5 {
	background-color:#efefef;
}
.MidBg {
	background:url(../images/mid-bg.gif) repeat-x top #f9f9f9;
}
.SubLinkBg {
	background: url(../images/sub-links-bg.jpg) no-repeat;
	width:234px;
	height:206px;
}
.SubLinkBgInner {
	background: url(../images/sub-links-bg.jpg) no-repeat;
	width:234px;
	height:156px;
}
.NewsletterBg {
	background:url(../images/newsletter-bg.jpg) no-repeat;
	width:234px;
	height:108px;
}
.HolesBg {
	background:url(../images/holes/holes-bg.gif) repeat-x;
	height:46px;
}
.HorLine {
	background: url(../images/hor-line.gif) repeat-x center;
}
.FooterLine {
	background: url(../images/footer-hor-line.gif) repeat-x center;
}
.Border {
	border:1px solid #dadada; 
}
