body {
	margin: 0px;
	padding: 0px;
	background-color: #305774;
}

.watertileleft {
	background-image: url(images/water_tile_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.watertileright {
	background-image: url(images/water_tile_right.png);
	background-repeat: repeat-y;
	background-position: left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lightBlueBg {
	background-color: #D9E5F2;
}
.products {
	background-color: #666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;	
	border-collapse: separate;
	background-color: white;
}
