@charset "utf-8";
/* CSS Document */

a:link {
	color: #333333; 
	text-decoration: none;
}
a:visited {
	color: #333333; 
	text-decoration: none;
}
a:hover {
	color: #999999; 
	text-decoration: none;
}

.tabelaexterna {
background-color: transparent;
}

.tabelatopo {
background-color: #ccc;
padding: 4px;
font-family: verdana;
font-size: 12px;
font-weight: bold;
text-align: center;
}

td {
background-color: #eee;
padding: 4px;
font-family: verdana;
font-size: 12px;
text-align: center;
}

