@import url(topo.css);
@import url(menu.css);
@import url(titulos.css);
@import url(formularios.css);
@import url(rodape.css);
@import url(a.css);
@import url(li.css);
body {
     background: #7DA992 url("images/bg.jpg") repeat-x top;
     margin: 5px 0px 0px 0px; /*-top . -right . -bottom . -left.*/
     padding: 0px 0px 0px 0px;
     font-family: verdana;
     color: #464241;
     }
     
Table#Princ {
                 background-image: url("images/meio_bg.jpg");
                 width: 775px; /*largura tabela site*/
                 margin: 0 0 0 0; /*-top . -right . -bottom . -left.*/
                 border-top: 0px solid #DCDCDC;
                 border-right: 0px solid #DCDCDC;
                 border-bottom: 0px solid #DCDCDC;
                 border-left: 0px solid #DCDCDC;
                 font-size: 11px;
                 text-align: justify;
                 }
TD#Meio {
        padding: 15 30 0 30;   /*-top . -right . -bottom . -left.*/
        /*background-color: #FFF;*/
        width: 545px;
        vertical-align: top;
     }


TD#Dir {
       padding: 8 10 0 0;
       width: 160px;
       vertical-align: top;
       font-size: 11px;
     }

Table#Chave {
                 background-color: #FFF;
                 width: 750px; /*largura tabela site*/
                 margin: 20 10 10 10; /*-top . -right . -bottom . -left.*/
                 vertical-align: top;
                 border-top: 0px solid #DCDCDC;
                 border-right: 0px solid #DCDCDC;
                 border-bottom: 0px solid #DCDCDC;
                 border-left: 0px solid #DCDCDC;
                 font-size: 12px;
                 text-align: justify;
                 }

