.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.cellbackground {
	background-attachment: scroll;
	background-image: url(images/cellbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textspacing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}
