body {
	background-color: #CBC395;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #84927b;
	font-size: 10px;
	font-family: verdana;
}
.style2 {
	color: #84927b;
	font-size: 9px;
	font-family: tahoma;
}
.style3 {
	color: #CBC395;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #CBC395;
	font-size: 9px;
	font-family: tahoma;
	text-decoration:none
}
.style5 {
	color: #84927b;
	font-size: 10px;
	font-family: tahoma;
}
.style6 {
	color: #CBC395;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
}

div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 110px;
	overflow: auto;
	width: 395px
}

div.tableContainer table {
	float: left;
	width: 378px
}

thead.fixedHeader tr {
	position: relative
}

thead.fixedHeader th {
	background: #CBC395;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	border-bottom: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}