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

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.Divisor {
	color: #F96317;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #F90;
}
.conteudo {
	font-size: 12px;
	color: #666;
	line-height: 180%;
	text-align: left;
}
.creditos {
	font-size: 12px;
	text-align: center;
}
.conteudodestaque {
	font-size: 12px;
	font-style: bold;
	color: #ff6600;
	line-height: 180%;
}
.cellback {
background: url(imagens/flores.gif) repeat-x;
}
.cellback2 {
background: url(imagens/barra.jpg) repeat-x;
}
-->