h3{
	background: url(../img/h3_bk.jpg);
	width: 100% !important;
	border-left: 20px solid #89B515;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	margin-top: none !important;
}
h4{
	border-bottom:2px dotted #CCD9BB;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 100%;
	color: #6B8349;
}

#MainArea div p{
	font-size: 100%;
	margin:15px 20px;
}

a:hover {
	opacity: 0.7;
}
#MainArea div table{
	border-collapse: collapse;
	width: 90%;
	margin:15px auto 60px;
}

#MainArea div table tr th,#MainArea div table tr td{
	border: #ccc 1px solid;
	padding: 7px 15px;
}

#MainArea div table tr th{
	background-color: #E7EFED;
	width: 200px;
}
#MainArea div a div{
	width: 350px;
	padding: 20px;
	margin: 5px 20px;
	background-color: #E7EFED;
}