/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#eaf7da;
}
.BgColor3 {
	background-color:#94bc66;
}
.BgColor4 {
	background-color:#364936;
}
.BgColor5 {
	background-color:#d7eac1;
}
.TopBg {
	background:url(../images/top_bg.jpg) no-repeat right;
	height:145px;
}
.HomeMenuBg {
	background:url(../images/home_left_menu_bg.gif) no-repeat;
	width:194px;
	height:552px;
}
.InnerMenuBg {
	background: #FFFFFF url(../images/inner_left_menu_bg.jpg) no-repeat top;
	width:194px;
}
.InnerLeftBottom {
	background:#FFFFFF url(../images/left_bottom_img.jpg) bottom no-repeat;
	width:194px;
	padding-bottom:50px;
}
.FooterSpacer {
	background: url(../images/footer_spacer.gif) repeat-x;
	height:126px;
}
.Dotted {
	background: url(../images/hor_dotted.gif) repeat-x center;
}
.Border {
	border:1px solid #e1e4e4; 
}
.BorderImg {
	border:2px solid #FFFFFF;
}
.FlashBorder {
	border:3px solid #d7d9d4;
}
.DivBorder {
	border-bottom:1px solid #FFFFFF;
}