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

body {
	background-color: #9B947A;
	margin: 0px;
	padding: 0;
}

html, body {
	height: 100%;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
}

td {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #f28833;
}

a:visited {
	color: #d3905a;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

.featureHead {
	color: #64606f;
	font-weight: bold;
	font-size: 12pt;
}

.featureBody {
	color: #64606f;
}

.larger1 {
	font-size: 12pt;
}

.larger2 {
	font-size: 14pt;
}