
table.tabela  
{
	
	background:#E1DED9 none repeat scroll 0 0;
	color:#666666;
	text-align:left;
	font-size:12px;
	border-spacing: 4px;
	border-left:3px solid #C8C8C8;
	border-right:3px solid #C8C8C8;
	color: #666666;
	padding: 3px;
}
table.tabela a, table, tbody, tfoot, tr, th, td {
	font-family: Verdana, arial, helvetica, sans-serif;
}
table.tabela a {
	text-decoration: none;
	background: inherit;
	color: #ccf;
	font-weight: bold;
}
table.tabela a:link {
	text-decoration: none;
}
table.tabela a:visited {
	background: inherit;
	color: #66c;
	text-decoration: line-through;
}
table.tabela a:hover {
	background: inherit;
	color: #eef;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}
table.tabela caption {
	border-top:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	text-align: left;
	padding: 3px;
	color: #ccf;
	background: #99f;
	font-family: georgia, "times new roman", serif;
	font-size:20px;
	font-weight:bold;
}
table.tabela,.tabela td,.tabela th {
	margin: 10px 0px 5px 0px;
	padding:3px;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}
.tabela td,.tabela th {
	border-top:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}
.tabela tr.odd {
	color: inherit;
	background: #88e;
}