@charset "UTF-8";

table {
	width: 650px;
	border-top: solid 10px #609359;
	border-bottom: solid 1px #609359;
}

th {
	padding: 5px 10px 5px 10px;
	background-color: #DFEDCC;
	border-top: dotted 1px #609359;
	border-bottom: dotted 1px #609359;
	color:#2F4C30;
	font-weight: bold;
	text-align: left;
}

td{
	padding: 5px 10px;
	border-top: dotted 1px #609359;
	border-bottom: dotted 1px #609359;
	color:#333;
	text-align: left;
}

h3 {
	margin-bottom: 15px;
	padding: 3px 10px;
	background-color: #DFEDCC;
	color:#2F4C30;
	font-size: 110%;
	text-align: left;
}