<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#94bd59;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#align_conteudo {
	position:absolute;
	width:705px;
	height:600px;
	left:50%;
	margin-left:-210px;
	margin-top:10px;
	z-index:3;
}
#conteudo {
	position:relative;
	background-color:#0C3;
	padding:0 35px 15px 35px;
	width:635px;
	background:url(../imagens/background_miolo.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:-1px;
}
#topo {
	width:705px;
	height:25px;
	background:url(../imagens/background_topo.png) no-repeat;
}
#rodape {
	width:705px;
	height:25px;
		background:url(../imagens/background_rodape.png) repeat-y;

}

a {
	text-decoration:underline;
	color:#94bd59;
}

A:Hover {
	text-decoration:underline;
	color:#FFF;
	background-color:#94bd59;
}

/*----------- Tabela Verde -----------*/

TABLE.tabela_verde TD {
	padding:3px;
	background-color:#94bd59;
	color:#fff;
}

.bt_preto {
	border-bottom: #000 solid 1px;
}</pre></body></html>