/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f3e5b5;
}
.BgColor3 {
	background-color:#e5d39a;
}
.BgColor4 {
	background-color:#462c1e;
}
.BgColor5 {
	background-color:#2e1a10;
}
.BgColor6{
 	background-color:#000000;
}
.HorDotted {
	background:url(../images/hot_dotted.gif) center repeat-x;
}
.VerDotted {
	background:url(../images/ver_dotted.gif) center repeat-y;
}
.Border {	
	border:2px solid #FFFFFF;
}
.Border1 {
	border:2px solid #e5d39a;
}
