/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#EBE9E9;
}
.Color3 {
	background-color:#767676;
}
.Color4 {
	background-color:#990000;
}
.Color5 {
	background-color:#00639C;
}
.Header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:193px;
}
.HeaderSpecer {
	background-image:url(../images/header_specer.jpg);
	background-repeat:repeat-x;
	height:193px;
}
.NewsLetterBg {
	background-image:url(../images/subscribe_our_free_bg.gif);
	background-color:#00639C;
	background-repeat:no-repeat;
	height:86px;
	width:222px;
}
.SearchBG {
	background-image:url(../images/welcome_bg.gif);
	background-repeat:no-repeat;
	height:86px;
}
.SearchBgSpecer {
	background-image:url(../images/welcome_bg_specer.gif);
	background-repeat:repeat-x;
	height:86px;
}
.WelcomeBg {
	background-image:url(../images/welcome_text_bg.jpg);
	background-repeat:no-repeat;
	height:104px;
}
.LinkBg {
	background-image:url(../images/links_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
	height:22px;
}
.LeftSpecer {
	background-image:url(../images/left_specer.gif);
	background-repeat:repeat-y;
	width:222px;
}
.LeftBGSpecer {
	background-image:url(../images/left_bg_specer.gif);
	background-repeat:repeat-y;
	width:235px;
}
.RightSpecer {
	background-image:url(../images/right_specer.gif);
	background-repeat:repeat-y;
	width:202px;
}
.HorDotted {
	background-image:url(../images/hor_dot.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.Border {
	border:1 solid #CCCCCC;
}