html, body { 
	height: 100%; 
	font-family: "Arial";
	font-size: 12px;
	margin: 0px;
	background-color: #CDE8FE;
}

table {
	font-family: "Arial";
	font-size: 12px;
}


#table {
	height: 100%;
	width: 816px;
	background-color: #FFFFFF;
}

#contable{
	width: 100%;
	height: 100%;
}

.top {
	height: 10px;
}

.leftcol{
	width: 1px;
	text-align: left;
	vertical-align: top;
}

.rightcol{
	padding-right: 5px;
	width: 1px;
	text-align: left;
	vertical-align: top;
}

.centercol{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 78%;
}
.bottom{
	padding-right: 5px;
	padding-bottom: 10px;
}

.extleft{
	width: 8px;
	background-image: url(../images/sx.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.extright{
	width: 8px;
	background-image: url(../images/dx.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.backrow{
	background-image: url(site/images/home_r2_c2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}