.VerticalRepeat {
	background-color: #FFFFFF;
	background-image: url(/Images/Dot.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.HorizontalRepeat {
	background-color: #ECFCFF;
	background-image: url(/images/BlueBackDot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.HorizontalRepeatBody {
	background-image: url(/images/YellowBackDot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
