body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #42321a;
	background-color: #DFC387;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	color: #C67E4F;
}

.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 9px;
}
.border1px {
	border: 1px solid #5F2403;
}

.content {
	background-color: #f4f3e1;
	text-align: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.footer, .footer a:link, .footer a:visited {
	font-size: 10px;
	color: #886239;
	text-decoration: none;
	line-height: 16px;
}


.footer a:hover {
	color: #88390D;
	text-decoration: underline;
}
a, a:link, a:visited {
	color: #284B7E;
}
a:hover {
	color: #bb3303;
}

.datatable {
	border: 1px solid #66563E;
	border-collapse:collapse
}
.datatable td {
	border: 1px solid #D2C7B5;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FCFCF8;
	background-image: url(../images/table-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
}

.datatable th {
	border: 1px solid #D2C7B5;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C67E4F;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}


.disclaimer {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	color: #867151;
}
.boldRed {
	font-weight: bold;
	color: #CC0000;
}
