body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
td {
	font-size: 8pt;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.corpo {
	font-size: 8pt;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rodape {
	font-size: 7pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	padding-bottom: 7px;
}
.rodape:hover {
	color: #8CC800;
	text-decoration: underline;
}
.vermelho {color: #990000}
.menu {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial black;
	font-size: 15px;
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
}
.menu_activo {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial black;
	font-size: 15px;
	color: #FFFFFF;
	background: #000000;
}
.topico {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial black;
	font-size: 15px;
	padding-bottom: 1px;
	color: #000000;
}

