/**/
h2 {
	 width:960px;
	 margin:20px auto 0;
	 border-bottom:1px solid #5977a4;
	 padding:0 0 10px;
	 text-align:center;
	 font-size:240%;
	 font-weight:normal;
	 color:#000;
}
h3 {
	text-align:center;
	margin:40px auto;
	font-weight:normal;
}
h4 {
	font-size:100%;
	font-weight:bold;
	margin:40px 0 0;
	color:#0075c2;
}
#main {
	width:960px;
	margin:40px auto;
}
#main ul {
	list-style:none;
	width:960px;
	border-top:1px solid #ccc;
}
#main ul li {
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
#main ul li:last-child {
	border-bottom:none;
}
#main ul li ul{
	list-style:none;
	margin:20px 0 0 40px;
	width:920px;
}
#main ul li ul li{
	padding:20px 0;
}
#main ul li ul li:last-child {
	padding:20px 0 0;
}
#main table {
	margin:20px 0 0 40px;
	width:880px;
}
#main table th {
	padding:20px 30px 20px 0;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#main table td{
	padding:20px 30px 20px 0;
	border-bottom:1px solid #ccc;
}
#main table th,
#main table td{
}
#main table tr:last-child th,
#main table tr:last-child td{
	border-bottom:none;
	padding:20px 30px 0 0;
}

#main a img {
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:0;
	margin-top:-3px;
}
