/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#ededed;
}
.BgColor3 {
	background-color:#dda832;
}
.BgColor4 {
	background-color:#000000;
}
.BgColor5 {
	background-color:#2a4381;
}
.BgColor6 {
	background-color:#dad9d9;
}
.BgColor7 {
	background-color:#dbe3f5;
}
.MenuBg {
	background-image:url(../images/menu_bg.gif);
	width:209px;
	height:270px;
	background-repeat:no-repeat;
	background-position:top;
}
.BgLong {
	background-image:url(../images/bg_long.jpg);
	background-repeat:no-repeat;
}
.InnerMenuBg {
	background-image:url(../images/inner_menu_bg.gif);
	width:209px;
	height:270px;
	background-repeat:no-repeat;
}
.InnerLeftSpacer {
	background-image:url(../images/left_spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2a4381;
}	
.MainBotSpacer {
	background-image:url(../images/bottom_spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:245px;
	background-color:#234077;
}
.MainBodyBorder {
	border-left:2px solid #2c3643;
	border-right:2px solid #2c3643;/*343434*/
}
.YearBg {
	background-image:url(../images/year_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:10px;
	font-weight:bold;
	height:36px;
	width:38px;
	padding-bottom:3px;
}
.Border {
	border:1px solid #dcdcdc;
}
