@charset "UTF-8";

#main_cont{
	width:580px;
	color:#4F4F4F;
}

*html #main_cont{
	width:570px;
	color:#4F4F4F;
}

table{
	width:580px;
	border:0px;
}

*html table{
	margin-right:10px;
	width:570px;
}

th{
	font-weight:normal;
	width:100px;
	border-bottom:1px solid #BFBFBF;
	padding:5px 0px 5px 0px;
	vertical-align:top;
	text-align:left;
}

td{
	line-height:14pt;
	font-size:12px;
	border-bottom:1px solid #BFBFBF;
	padding:5px 0px 5px 0px;
}

