/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#F7F7F7;
}
.BgColor3 {
	background-color:#EEEEEE;
}
.BgColor4 {
	background-color:#9DD218;
}
.BgColor5 {
	background-color:#0F537A;
}
.TopBg {
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	height:83px;
}
.Header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:167px;
}
.Header3 {
	background-image:url(../images/header3.jpg);
	background-repeat:no-repeat;
	height:167px;
}
.Header2 {
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	height:167px;
}

.SearchBg {
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	height:76px;
	width:193px;
}
.FooterSpacer {
	background-image:url(../images/footer_spacer.gif);
	background-repeat:repeat-x;
	height:77px;
	padding:10px;
}
.PageBorder {
	border:1px solid #DDDDDD;
}
.Border {
	border:1px solid #ECECEC;
}
