.page {
	background-color: #F8F8F4;
	color: black;
}

body {
	background-color: #F8F8F4;
	color: black;
	margin: 0px 0px 0px 0px;

	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

table {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
th {
	font-family: arial, verdana, sans-serif;
}
tr {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.thead2 {
	background-color: #517075;
	color: #FFFFFF;
	font: bold 12px arial, verdana, sans-serif;
}

.thead {
	background-color: #826742;
	color: white;
	font: bold 12px arial, verdana, sans-serif;
}

.thead a:link {
	color: white;
}
.thead a:visited {
	color: white;
}
.thead a:hover, .thead a:active {
	color: #FFFF00;
}

td.thead, div.thead { padding: 4px; }

<!-- TEXT -->
.smallfont { font-size: 8pt; }
.bigfont { font-size: 12pt; }
.medfont { font-size: 11pt; }
.LCdark2 { background-color: #C1CCB4; }
.LClight2 { background-color: #DFE6D9; }
.LCdark { background-color: #C2AA88; }
.LClight { background-color: #E1D6C6; }

