body {
	background-image: url(images/bg_col.gif);
}
.tablelogoonly {
	background-color: #000033;
	background-image: url(images/background_logo_only.gif);
	background-repeat: no-repeat;
}
.tablenologo {
	background-color: #000033;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
.tablenormal {
	background-color: #000033;
	background-image: url(images/background_logo.gif);
	background-repeat: no-repeat;
}