/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#F7F7F7;
}
.BgColor3 {
	background-color:#EAE5E5;
}
.BgColor4 {
	background-color:#7A8DBB;
}
.BgColor5 {
	background-color:#000000;
}
.HomePageBg {
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.InnerPageBg {
	background-image:url(../images/inner_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.InnerLeftSpacer {
	background-image:url(../images/inner_left_spacer.gif);
	background-repeat:repeat-y;
}
.TopMenuSpacer {
	background-image:url(../images/tab_menu_spacer.gif);
	background-repeat:repeat-x;
	height:37px;
}
.NewsSpacer {
	background-image:url(../images/news_spacer.gif);
	background-repeat:repeat-y;
	width:253px;
}
.VerDotted {
	background-image:url(../images/dotted.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.Border {
	border:1px solid #F7F7F7;
}