/* CSS Document */

/* Main UI Define */
body.mainbody{
	background-color : #57AE9B;
}

table.maintable{
	width : 740px;
	height : 600px;
	border : 0px;
	border-spacing : 0px;
	empty-cells : hide;
}

table.tabtable{
	width : 740px;
	height : 80px;
	border : 0px;
	border-spacing : 0px;
	empty-cells : hide;
	background-color : #57AE9B;
}

font.maintext{
	font-weight : normal;
	font-size : small;
}

div.mainindent{
	text-align : left;
	text-indent: 10%
}

tbody.customindent{
	text-align : left;
	text-indent: 10%
}


