/* GLOBAL */
body, html, body { margin-top:0px; margin-left:0px; margin-bottom:0px; margin-right:0px;
                   background-color:#2d3235;
                   background-image:url('../images/bg.jpg');
                   background-repeat:repeat-x;
                   background-position: top center;
 }

/* POSICIONAMENTO */
#div_global   { width:100%; z-index:1; text-align:center; }
#div_conteudo { width:703px; z-index:1; text-align:left; align:center; margin-left:15px; margin:auto; }
#div_topo     { margin-top:15px; }
#div_info     { padding-left:30px; padding-top:1px; padding-right:30px; padding-bottom:1px; 
                background-image:url('../images/separador.jpg'); background-repeat:repeat-y; }
#div_interno  { padding-left:30px; padding-top:1px; padding-right:30px; padding-bottom:1px; 
                background-image:url('../images/separador.jpg'); background-repeat:repeat-y; }

/* VISUAL (fontes, cores, etc...) */
div, p, li, table { font-family: Arial, MS Sans Serif; Tahoma, Arial, Verdana, Helvetica; }
div, p, li, table { font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; }

.justificado { text-align: justify; text-indent: 20px; }

.texto_titulo { font-family: Times New Roman, Arial, Tahoma, Helvetica; font-size: 16px; font-weight: bold; color:#ae0814; text-decoration: none; }

div#conteudo p { text-align: justify; text-indent: 20px; }

hr { height: 1px; color: #999999; }

a { color:#990000; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

a.index { font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; }
a.index:hover { color: #000000; text-decoration: none; }

.enviar { border: 1px solid black; background-color: #eeeeee; }

img { border: 0px; }

h1 { font-family: Times New Roman, Arial, Tahoma, Helvetica; font-size: 16px; font-weight: bold; color:#ae0814; text-decoration: none; }
h2 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 14px; font-weight: bold; color: #872e22; }
h3 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 14px; font-weight: bold; color: #990000; }
h4 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 12px; font-weight: bold; color: #990000; }
h6 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 9px; font-weight: normal; color: #666666; }

input.texto { border: 1px solid #666666; }
textarea { border: 1px solid #666666; }
select{ border: 1px solid #666666; }
