body {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}
td {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	text-align: justify;
}
.Titulos {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #13A80F;
	text-decoration: none;
	text-transform: uppercase;
}
.Destaques {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}.Fonte {
	font-family: Verdana;
	font-size: 10px;
	color: #006600;
	text-decoration: underline;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #A5D10C;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #009900;
	text-decoration: underline;
	font-weight: normal;

}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}