/* CSS Document */
*{ margin: 0px auto; text-align: left }
p{ font: 13px Arial; line-height: 18px }
h1{ font: 14px Arial; font-weight: bold; line-height: 18px }

body{ background-image: url(../img/layout/fundo_site.gif); margin:0px; text-align:center; background-attachment: fixed; background-repeat: repeat; background-position: 0px 0px }
#estSite{ width:760px }
#estCentro{ width:670px; margin:0px 10px; padding:30px 35px 10px 35px; background:url(../img/layout/fundo_conteudo.gif) }
#estConteudo{ margin:0px 10px }

a{ font:13px Arial; line-height: 18px; color:#000000; text-decoration:none }
a:hover{ font:13px Arial; line-height: 18px; color:#000000; text-decoration:underline }

.celulaTabela{ padding:2px; font:11px Arial }
.form{ font:10px Verdana }
.legenda{ text-align:center; font: 11px Arial }
.bordaFoto{ border:5px solid #ffffff }