body {
	margin:5px;
	background-color:white;
	font: 12px "Tahoma", Arial, Helvetica, sans-serif;
}

p {
	line-height:16px;
}
p.lead {
	font-weight:bold;
}
h1 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #805d34;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #805d34;
	font-weight: normal;
	font-size: 16px;
}

h3 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #3c312e;
	font-weight: normal;
	font-size: 14px;
}

h4 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #EC5E17;
	font-weight: bold;
	font-size: 12px;
}

a, a:visited {
	color:#6C5C41;
}
a:hover {
	color:#EC6000;
}

table.formTable {
}
table.formTable th, table.formTable td {
	padding:5px 15px 5px 15px;
	vertical-align:top;
}

table.formTable th {
	color:#B58946;
	text-align:left;
	font-weight:normal;
}
table.formTable td {
}

table.formTable tbody td textarea, table.formTable tbody td input{
	background-color:#F0E9B1;
	font-size:11px;
	color:#5b6f80;
	border-top: 1px solid #AF8A00;
	border-left: 1px solid #AF8A00;
	border-right: none;
	border-bottom: none;
}
table.formTable tbody td textarea {
	width:100%;
	min-height: 100px;	
}
table.formTable tbody td input[type=checkbox],table.formTable tbody td input[type=radio] {
	width:auto;
	background-color:transparent;
	border:none;
}
table.resultsTable {
	font-size:11px;
	color:#333544;
}
table.resultsTable td, table.resultsTable th {
	padding:7px 5px 7px 10px;
	border:none;
	text-align:left;
	vertical-align:top;
}
table.resultsTable .first {
	border-left:none;
}
table.resultsTable th {
	font-weight:normal;
	color:#5b6f80;
}
table.resultsTable tr.odd td, table.resultsTable tr.odd th, table.resultsTable td.odd, table.resultsTable th.odd{
	background:#f1efe8;
}
table.resultsTable tr.even td, table.resultsTable tr.even th {
	background:white!important;
}
table.resultsTable thead td, table.resultsTable thead th {
	background:#4b4b4b;
	color:white;
}

table.resultsTable h4 {
	font-size:12px;
	color:#4b4b4b;
	margin:0px;
}
table.resultsTable h6 {
	font-size:10px;
	color:#bdbdbd;
	margin:0px;
	font-weight:normal;
}
table.resultsTable h5 {
	font-size:10px;
	color:#4b4b4b;
	margin:0px;
	font-weight:normal;
}
div.ad {
	float:right;
	padding-top:7px;
	display:block;
	font-size:11px;
	text-decoration:none;
	width:200px;
	height:46px;
	background-image:url(/pic/button.v4.gif);
	text-align:center;

}
div.ad a {
	line-height:20px;
	text-decoration:none;
	width:200px;
	height:46px;
}
div.ad a span {
	font-size:18px;
	line-height:20px;
}