/* @group tabela */

td, td img { vertical-align:top; } 

.tabela
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0px 0px 20px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/.jpg') 330px 59px no-repeat;
}

.tabela th
{
	padding: 2px;
	font-weight: normal;
	font-size: 14px;
	color:  #250a01;
}

.tabela td
{
	padding: 2px 12px;
	color: #bf8841;  
	border-top: 1px solid #bf8841;
}

.tabela caption

{
	display: none;
}


.tabela td span

{color: black; font-size: 11px; }

thead th

{
	min-width: 80px;
	height: 30px;
	vertical-align: middle;
}

.tabela tfoot td
{
	font-size: 11px;
}
.tabela tbody td
{
		
}

.tabela td

{
	vertical-align: middle;
}

.tabela tbody tr:hover td
{
	color: black;
	background: none;
}

/*@end */