BODY {
	background: #a1a384;
	margin-top: 10px;
	margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}
TABLE.mainTable {
	width: "80%";
	border: solid 2px;	
	border-color: #81947a;
  position: absolute;
  left: 10%; 
  top: 10px;
  z-index: 100;
}
TABLE.hiddenTable {
  width: 60%;
  position: relative;
  z-index: 0;
}
.headerL{
	background-image: url(headerBg.gif); 
	background-repeat: repeat-x;
}
.headerR {
	background-image: url(headerR.gif);
	background-repeat: none;
}
.tableBody {
	background-color: #cdd0a1;
  padding: 5px;
}
.hiddenText {
  font: 2px;
  color: #cdd0a1;
}
INPUT.download_button {
  background-color: #81947a;
  border: 1px solid #666666;
  color: black;
  font-family: tahoma;
  height: 29px;
  font-size: 12px;
  width: 225px;
  font-weight: bold;
}

