body {
	background-color: #8f8876;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
.left {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 22px;
}


a:link, a:visited {
	color: #7c0c13;
}

a:hover {
	color: #3e6902;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	color: #7c0c13;
}


h3 {
	font-size: 18px;
	line-height: 16px;
	color: #7c0c13;
}

.redBold {
	color: #7c0c13;
	font-weight: bold;
}
.borderWhite {
	border: 1px solid #FFFFFF;
}



.right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 26px;
}
.content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 265px;
	background-color: #e2d2aa;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

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

.datatable th {
	border: 1px solid #D2C7B5;
	background-color: #897543;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;

}

.footer, .footer a:link, .footer a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}


.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

