html {
	
}

body {
	background-image: url(../images/bg_color2.jpg);
	background-color: #94B4B3;
	height: 100%;
}

table {
	font-size: 100%;
}

#contentTable {
	height: 100%;
}

#contentTable td {
	vertical-align: top;
}

.whitebg {
	background: white;
}

.bluebg {
	background: #D6E2E2;
}

