*
{
	text-align: justify;
	color: #000000;
	border: 0;
	font: Arial, Helvetica, sans-serif normal 10px;
	padding: 3px;
	margin: 3px;
}

.pagina,
.topo,
.rodape
{
	text-align: center;
}

.tabela
{
	text-align: center;
}
table
{
	margin-left:auto;
	margin-right:auto;
	width: auto;
	min-width: 75%;
}
table, tr, td
{
	color: black;
	text-align: center;
	vertical-align: middle;
}

h1
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

a, a:visited, a:active
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}