@charset "utf-8";
/* CSS Document */

h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	color: #616115;
}

div.resbox-shell {
	display: block;
	width: 100%;
	border: 1px solid #3E3934;
}
table.resbox {
	width: 100%;
	border: 3px solid #B2C587;
	border-top: none;
	background-color: #fafafa;
}
table.resbox th {
	padding: 3px 10px;
	background-color: #B2C587;
	color: #3E3934;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.231em; /*17px*/
	text-align: left;
	letter-spacing: 1px;
}
table.resbox td {
	padding: 10px;
	border: 1px solid #3E3934;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

p { margin-top: 0; }

blockquote { margin-top: 0; margin-bottom: 0; }
