/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#efefef;
}
.BgColor3 {
	background-color:#d7d7d7;
}
.TopSpacer {
	background:url(../images/top_spacer.gif) repeat-x;
	height:144px;
}
.HeaderBg {
	background:url(../images/header_bg.gif) no-repeat;
	width:609px;
	height:119px;
}
.BoxSpacer {
	background:url(../images/box_spacer.gif) repeat-y;
	width:233px;
}
.FooterLogosBg {
	background:url(../images/footer_logos_bg.gif) no-repeat;
	width:850px;
	height:73px;
}
.Dotted {
	background:url(../images/hor_dotted.gif) repeat-x center;
}
.VerDotted {
	background:url(../images/ver_dot.gif) repeat-y center;
}
.Border {
	border:1px solid #d7d7d7; 
}