/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#ebf4fb;
}
.BgColor3 {
	background-color:#a5cdf1;
}
.BgColor4 {
	background-color:#4282b2;
}
.HeaderBg {
	background: url(../images/header_bg.jpg) no-repeat;
	width:598px;
	height:58px;
}
.SearchBgSpacer {
	background:url(../images/search_box_spacer.gif) repeat-x;
	height:23px;
}
.BoxSpacer {
	background:url(../images/box_bg_spacer.gif) repeat-x bottom;
}
.HorDotted {
	background:url(../images/hor_dotted.gif) repeat-x;
}
.Border {
	border:1px solid #a5cdf1; 
}
.Border1 {
	border:2px solid #cbcbcb;
}

