#table1 {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	top: 0px;
	left: 0px;
	height: auto;
	width: 475px;
	visibility: visible;
	position: absolute;
}
#table2 {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	top: 320px;
	left: 0px;
	height: auto;
	width: 475px;
	visibility: visible;
	position: absolute;
}
#table3 {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	top: 580px;
	left: 0px;
	height: auto;
	width: 475px;
	visibility: visible;
	position: absolute;
}
td,th{
	border-collapse:collapse;
	padding:3px;
}	
#ln{
	width:350px;
	text-align: left;
	text-indent: 0px;
}
#pr{
	width:50px;
	text-align: right;
}
caption{
	font-size:140%;
	border:1px solid #000;
	padding:3px;
	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;
}
