body {
	background-color: #F0FCF1;
	margin: 0px;
	padding: 0px;
}
a:link { 	font-size: 11px; 	line-height: 20px; color: #007102; text-decoration : none;}
a:active { 	font-size: 11px; 	line-height: 20px; color: #007102; text-decoration : none;}
a:visited { 	font-size: 11px; 	line-height: 20px; color: #6AB227; text-decoration : none;}
a:hover { 	font-size: 11px; 	line-height: 20px; color: #6AB227; text-decoration : underline;}

.main {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.ttl {
	font-size: 16px;
	color: #00963F;
	font-weight: bold;
}
.mttl {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.sttl {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.stxt {
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}
.sstxt {
	font-size: 10px;
	color: #009346;
	line-height: 18px;
}
.listtxt {
	font-size: 9px;
	color: #333333;
	line-height: 12px;
}
.listtable{
	padding: 0;
	margin: -3px 0 0 0;
	clear: both;
	border-collapse: separate;
	border-right: 1px solid #2CA62E;
	border-bottom: 1px solid #2CA62E;
}

.listtable td {
	border-top: 1px solid #2CA62E;
	border-left: 1px solid #2CA62E;
	text-align: center;
	vertical-align: middle;
}
