@charset "utf-8";
/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#e2e2e2;
}
.BgColor3 {
	background-color:#f4b00a;
}
.BgColor4 {
	background-color:#294160;
}
.BgColor5 {
	background-color:#f1f1f1;
}
.BgColor6 {
	background-color:#000000;
}
.BgColor7 {
	background-color:#365072;
}
.BgColor8 {
	background-color:#213755;
}

/*--------------------------------------------------------*/

.HeaderTopBg {
	background:url(../images/top-bg.jpg) no-repeat;
	width:900px;
	height:131px;
}
.SearchInputBg {
	background:url(../images/search-input-box.gif) no-repeat;
	width:199px;
	height:28px;
}
.HeaingSpacer {
	background:url(../images/heading-spacer.gif) repeat-x;
	height:31px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.HorDotted {
	background:url(../images/hor_dotted.gif) center repeat-x;
}
.HorLineLeftNav {
	background:url(../images/line.gif) center repeat-x;
	border-bottom:0px;
}
.VerDotted {
	background:url(../images/ver_dotted.gif) center repeat-y;
}
.Border {	
	border:1px solid #e2e2e2;
}
.DivDotted {
	background:url(../images/hor_dotted.gif) repeat-x bottom;
}
.RightDotted{
	background:url(../images/ver_dotted.gif) repeat-y right;
}
.BorderBox {
	border:2px solid #e5e5e5;
}
.DeshLine {
	background: url(../images/desh-line.gif) repeat-x center;
}
