/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f6f6f6;
}
.BgColor3 {
	background-color:#eaeaea;
}
.BgColor4 {
	background-color:#00a5d7;
}
.Header {
	background-image:url(../images/header.jpg);
	height:181px;
	background-repeat:no-repeat;
}
.Deshline {
	background-image:url(../images/hor_deshline.gif);
	height:3px;
	background-repeat:repeat-x;
	background-position:center;
}
.FooterBg {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:70px;
	background-position:right;
}
.FooterSpacer {
	background-image:url(../images/footer_spacer.gif);
	background-repeat:repeat-x;
	height:70px;
}
.Border {
	border:1px solid #eaeaea;
}
.Color2 {

	background-color:#eaeaea;
}