table {
	border:1px solid #000;
	border-collapse:collapse;
	font-family:arial,sans-serif;
	font-size:80%;
	position: absolute;
	top: 790px;
	left: 260px;
	height: auto;
	width: auto;
	visibility: hidden;
}
/*td,th{
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
}	
#ln{width:150px;
}
#ac,#pr{width:150px;
}
caption{
	background:#692f1f;
	font-size:140%;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align: center;
}
thead th{
	background:#795818;
	text-align:center;
}
tbody th{
	text-align:left;
	text-indent:60px;
	background:#828237;
}
tfoot td{
	text-align:left;
	font-weight:normal;
	background:#692f1f;
}
tbody td{
	background:#898052;
	text-align: left;
	text-indent: 55px;	
}
tbody tr.odd td{
	background:#b6a77e;
}
.sold {
	color:#FF0000;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
*/