/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@charset utf-8;
#main h2{
	background:#285E92;
	line-height:30px;
	font-size:14px;
	color:#fff;
	font-weight:lighter;
	padding-left:10px;
}
#main table{
	font-size:14px;
	color:#333;
	width:100%;
	margin-bottom:30px;
}
#main table th{
	width:90px;
	text-align:right;
	font-weight:lighter;
	padding-right:20px;
}
#main table th,
#main table td{
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
}