/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#efefef;
}
.BgColor3 {
	background-color:#e4e4e4;
}
.BgColor4 {
	background-color:#6191D1;
}
.BgColor5 {
	background-color:#a7a7a7;
}
.BgColor6 {
	background-color:#333333;
}
.BoxTopBg {
	background:url(../images/box-top-bg.gif) no-repeat;
	width:294px;
	height:32px;
}
.BoxSpacer {
	background:url(../images/box-spacer.gif) repeat-x bottom #FFFFFF;
	height:149px;
}
.RibbonBg {
	background:url(../images/ribbon-bg.gif) no-repeat right #333333;
	height:34px;
	color:#FFFFFF;
}
.MenuBgSpacer {
	background-image:url(../images/menu_bg_spacer.gif);
	background-repeat:repeat-x;
	height:25px;
}
.VerLine {
	background-image:url(../images/ver_line.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.FooterVerLine {
	background:url(../images/footer-ver-line.gif) top center no-repeat;
}
.Border {
	border:1px solid #D5D5D5;
}
.BoxBorder {
	border:1px solid #e2e2e2;
}
.FooterBg {
	background:url(../images/footer-bg.gif)  repeat-x  #e6e6e6 bottom;
	height:156px;
}

