body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial;
}
.titulo {
	font-size: 12px;
	color: #CE9756;
	font-weight: bold;
}
.titulo2 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.rodape {
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.contato {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.descricao {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}