/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#e2e2e2;
}
.BgColor3 {
	background-color:#f4b00a;
}
.BgColor4 {
	background-color:#294160;
}
.BgColor5 {
	background-color:#f1f1f1;
}
.LogoHeader {
	background:url(../images/stage_right_lighting_logo.jpg) no-repeat left;
	width:900px;
	height:167px;
}
.HorDotted {
	background:url(../images/hor_dotted.gif) center repeat-x;
}
.VerDotted {
	background:url(../images/ver_dotted.gif) center repeat-y;
}
.Border {	
	border:1px solid #e2e2e2;
}
.DivDotted {
	background:url(../images/hor_dotted.gif) repeat-x bottom;
}
.RightDotted{
	background:url(../images/ver_dotted.gif) repeat-y right;
}