.tbl {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #181FB1;
}
.tbl caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
.tbl thead th {
	background: url(images/bg_th.jpg) repeat-x right;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
.tbl tbody tr {
background: url(images/bg_td1.jpg) repeat-x top;
}
.tbl tbody tr.odd {
	background: #FFF8E8 url(images/bg_td2.jpg) repeat-x;
}

.tbl tbody th,.tbl td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	padding: 10px 7px;
	border-top: 1px solid #181FB1;
	border-right: 1px solid #DDDDDD;
	text-align: left;
} /* #181FB1 #FFCA5E */
.tbl a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.tbl a:hover {
	color: #F8A704;
	text-decoration: underline;
}
.tbl tfoot th {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #000;
	height: 30px;
	border-top: 1px solid #181FB1;
}
.tbl tfoot td {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #000;
	height: 30px;
}
