table, th, td {
	border: 1px solid #666;
	border-collapse: collapse;
}
table {
	margin: 0 auto;
	border: none;
	border-top: 1px solid #000;
}
table a {
	font-weight: bold;
}
thead th {
	padding: 5px 0;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	background: url(../imagens/bck_table_th.gif) top left repeat-x #FFF;
}
tbody td, tbody th {
	padding: 5px 0;
	font-size: 85%;
	text-align: center;
	background: #eee;
}
tbody th {
	background: url(../imagens/bck_table_td.gif) top left repeat-x #FFF;
	color: #333;
}
tbody tr.odd td {
	background: #DDD;
}
tbody tr.odd th {
	color: #333;
}
thead .alinhamentoEsquerdo , tbody .alinhamentoEsquerdo {
	padding: 5px;
	text-align: left;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: Tahoma;
	text-align: left;
	text-transform: uppercase;
	font-size: 130%;
	padding: 10px 0;
	color: #036;
}