/* CSS Document */
*{ margin:0px auto }

#estSite{ width:780px }
	#estTopo{ height:177px; background:url(../img/layout/topo.gif); padding-left:15px }
	#estCentro{ background:url(../img/layout/fundo_conteudo.gif) }
		#estEsquerda{ width:181px; background:url(../img/layout/lateral.jpg); background-repeat:no-repeat; float:left; font:11px Arial; font-weight:bold; color:#af0000; text-align:center; padding:265px 10px 0px 20px }
		#estEsquerda a{ font:11px Arial; font-weight:bold; color:#3100ea; text-decoration:none }
		#estConteudo{ width:494px; padding:10px 45px 20px 30px; font:12px Arial; float:right}
		#estConteudo h1{ font:20px Arial; font-weight:bold; color:#e11b22 }
		#estConteudo h2{ font:16px Arial; font-weight:bold }
	#estRodape{ height:65px; background:url(../img/layout/rodape.gif); font:11px Arial; padding:35px 0px 0px 42px }
	#estRodape h1{ font:13px Arial; font-weight:bold; color:#e11b22 }
	
.form{ font:12px Arial }
.bt_form{ font:12px Arial }


a.link{ font:12px Arial; font-weight:bold; color:#0066CC; text-decoration:none }
a.link:hover{ text-decoration:underline }