table {
	margin: 0 0 1em;
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #0054A7;
	border-bottom: 2px solid #0054A7;
	font-size: 110%;
}
caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Tahoma,Helvetica,Arial,Sans-Serif;
	color: #0054A7;
	margin: .3em 0;
}
tr { font-size: 85%; }
tr tr { font-size: 100%; }
tr.odd {
	background: #DFD;
}
th, td {
	font-weight: normal;
	padding: .3em .7em;
	text-align: left;
	vertical-align: top;
}
tbody tr:first-child th,
tfoot tr:first-child th,
tfoot tr:first-child td {
	border-top: 1px solid #0054A7;
	color: #FFF;
}
thead {
	background: #0082FF;
	white-space: nowrap;
	color:#FFFFFF;
}
tfoot {
	background: #0082FF;
}
tfoot th,
tfoot td {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 80%;
}
.barrato {
	text-decoration: line-through;
	font-size:10px;
}
