#plattable {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	top: 0px;
	left: 0px;
	height: auto;
	width: 150px;
	visibility: visible;
	position: absolute;
}
td,th{
	border-collapse:collapse;
	padding:3px;
}	
#ln{
	width:50px;
	text-align: left;
	text-indent: 0px;
}
#pr{
	width:150px;
	text-align: right;
}
caption{
	font-size:140%;
	border:1px solid #000;
	padding:2px;
	text-align: center;
	background-color: #666633;
	color: #FFFFFF;
}
thead th{
	text-align: center;
	background-color: #D8D3AF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-top-style: none;
}
tbody th{
	text-align:left;
	text-indent:0px;
	background-color: #D8D3AF;
	font-weight: normal;
}
/*tfoot td{
	text-align:right;
	font-weight:bold;
	background-color: #666633;
	border: 1px solid #000000;
	color: #FFFFFF;
}*/
tbody td{
	text-align: right;
	text-indent: 5px;
	background-color: #D8D3AF;
}
tbody tr.odd td{
	background-color: #D8D3AF;
}
tfoot {
	border: 1px solid #000000;
	background-color: #666633;

}
#tablefooter{
	background-color: #666633;
	border: 1px solid #000000;
	position: absolute;
	height: 25px;
	width: 148px;
	bottom: 14px;
}
