@charset "utf-8";
/* CSS Document */

#contentText{
	position:absolute;
	top:105px;
	width:100%;
}
#contentText th{
	text-align:left;
	font-size:8pt;
}
#contentText th.right{
	text-align:right;
}
#contentText th.center{
	text-align:center;
}
#contentText tr.trGeel{
	background-color:#FFFFCC;
}
#contentText td{
	height:25px;
}
#contentText h1{
	font-size:10pt;
	font-weight:bold;
	margin:10px;
}
input.borderless{
	border:0px;	
}
