/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#ececec;
}
.BgColor3 {
	background-color:#221e1f;
}
.BgColor4 {
	background-color:#dddddd;
}
.BgColor5 {
	background-color:#a5a5a5;
}
.HeadingBgRed {
	background:url(../images/header_bg.gif) ;
/*	height:29px;
*/	background-repeat:repeat-x;
}

.HeadingBg {
	background:url(../images/heading_bg.gif) no-repeat;
	width:216px;
	height:28px;
}
.HeadingBgNW {
	background:url(../images/heading_bg.gif) no-repeat;
	height:28px;
}
.HeadingSpacer {
	background:url(../images/heading_spacer.gif) repeat-x;
	height:28px;
}
.CalAct {
	background:url(../images/heading_bg.gif) no-repeat;
	color:#FFFFFF;
}
.HeadingBlackBg {
	background:url(../images/heading_black_bg.gif) no-repeat;
	width:216px;
	height:28px;
}
.MidBoxImg {
	background:url(../images/mid_puzzle_img.jpg) bottom right no-repeat;
}
.BlackDotted {
	background:url(../images/black_dotted.gif) center repeat-x;
}
.WhiteDotted {
	background:url(../images/white_dotted.gif) center repeat-x;
}
.Border {
	border:1px solid #FFFFFF; 
}
.BorderBox {
	border:1px solid #dfdfdf; 
}
.Border2 {
	border:2px solid #dfdfdf; 
}
.Border3 {
	border:1px solid #353535;
}

