#tableLayout {
	width: 100%;
	background-color: #0033FF;
	position: absolute;
	left: 0px;
	top: 90px;
}

#tableTop {
	height: 90px
	width: 100%;
	background-color: #FFFFFF;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#tableLeft {
	width: 145px;
	background-color: #FFFFFF;

}

#tableRight {
	width: 5px;
	background-color: #FFFFFF;
	height: 100%;
}

#tableBottom {
	height: 25px;
	background-color: #0033FF;
	width: 100%;
}

#tableContent {
	background-color: #FFFFFF;
}

.textMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.layoutLeft {
	width: 150px;
	text-align: left;
	vertical-align: top;
	background-color: #0033FF;
}
.layoutCenter {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.layoutRight {
	width: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
