/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#2b8cbf;
}
.BgColor3 {
	background-color:#ff8711;
}
.BgColor4 {
	background-color:#ebebeb;
}
.TopBg {
	background: url(../images/top-bg.jpg) no-repeat;
	width:910px;
	height:148px;
}
.MainBgSpacer {
	background: url(../images/main-bg-spacer.gif) repeat-y;
	width:910px;
}
.FooterBg {
	background: url(../images/footer-links-bg.png) no-repeat;
	width:910px;
	height:101px;
}
.DottedLine {
	background: url(../images/dotted-line.gif) repeat-x center;
}
.TopDottedLine {
	background: url(../images/dotted-line.gif) repeat-x top;
}
.Border {
	border:1px solid #ebebeb; 
}
.BorderTop {
	border-top: 1px solid #ebebeb;
}