      BODY
      {
        border: 0px;
        font-family: Verdana, Arial, Tahoma;
        position:absolute;
        left:50%;
        width:762px;
        margin-left:-389px;

        background-color: #666666;

        scrollbar-face-color:        #FFFFFF;
        scrollbar-shadow-color:      #DAE2E3;
        scrollbar-highlight-color:   #FFFFFF;
        scrollbar-3d-light-color:    #FFFFFF;
        scrollbar-dark-shadow-color: #DAE2E3;
        scrollbar-base-color:        #DAE2E3;
        scrollbar-arrow-color:       #DAE2E3;

        background-image: url(site/layout/bg_fundo.jpg);
        background-repeat: repeat;

      }
/*
     A
      {
       color: #FE953B;  
        text-decoration: none;
      }

      A:link
      {
        color: #FE953B;
        text-decoration: none;
      }

      A:visited
      {
        color: #FE953B;
        text-decoration: none;
      }  

      A:hover
      {
        color: #FE953B;
        text-decoration: underline;
      }
*/

* { margin: 0px; padding: 0px; }

p { 
    margin: 0px;
    }


/**** GERAL ****/

#geral {
        background-image: url(site/layout/fundo_geral.jpg);
        background-repeat: repeat-y;
                   
        width: 762px;
        float:left;
             
        border: 0px;
       }


/**** TITULO ****/

#fundo_titulo {
               display:block;
               float:left;

               width:576px;
               height:18px;

               border-bottom: 1px solid #f8f8f8;
              }              

h1.titulo {
               font-size: 9pt;
               font-family: Verdana, Arial, Tahoma;

               text-align: left;
               color: #868624;

               /*margin-top:3px;
               margin-left:160px;*/

               border: 0px;
              }

              
/**** RODAPE ****/

#base {
       background-image: url(site/layout/rodape.jpg);
       background-repeat: no-repeat;

       display:block;
       float:left;
       
       width:762px;
       height: 61px;
  
       overflow: hidden;
       border: 0px;
      }

#rodape {
         font-size: 8pt;
         font-family: Verdana, Arial, Tahoma;

         text-align: center;

         color: #333333;

         margin-top: 2px;
        }

#fundo_menu_base {
                  background-image: url(site/layout/fundo_menu_base.jpg);
                  background-repeat: no-repeat;
                  
                  float:left;

                  width:762px;
                  height: 40px;

                  overflow: hidden;
                 }

#menu_base {
            font-size: 8pt;
            font-family: Verdana, Arial, Tahoma;

            text-align: right;

            color: #333333;
            
            height: 20px;

            padding-top:21px;
            padding-right:5px;
           }
           
      A.menu_base
      {
        color: #666666;
        text-decoration: none;
        
        padding:4px;        
      }

      A.menu_base:link
      {
        color: #666666;
        text-decoration: none;
      }

      A.menu_base:hover
      {
        background-color:#1D0E4D;
      
        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
      
        color: #FFFFFF;
      }

      A.menu_base: visited
      {
        color: #666666;
        text-decoration: none;
      }
      
#fone_rodape {
         font-size: 8pt;
         font-family: Verdana, Arial, Tahoma;

         text-align: left;

         color: #333333;
         
         padding-left:70px;
        }      
                 


/**** MENU ****/

#canais {
              vertical-align:top;
              border:0px;
              padding-top: 0px;
             }


#fundo_menu {
             background-image: url(site/layout/fundo_menu.jpg);
             background-repeat: repeat-y;

             display:block;
             float:left;
             
             width:163px;
             height:auto;
             
             margin-top:55px;

             border: 0px;
             }

#menu {


       display:block;
       float:left;
            
       width:164px;

       text-align:left;

       font-size: 7.5pt;
       font-family: Verdana, Arial, Tahoma;

       padding-left:2px;
       
       border: 0px;       
      }
 
                        


/**** CONTEUDO ****/
           
#meio {
       background-image: url(site/layout/fundo_meio.jpg);
       background-repeat: no-repeat;

       display:block;
       float:left;

       width:762px;
       height: auto;

       padding-top:40px;
       
       border: 0px;
       overflow:hidden;
       }           

#conteudo {
           display:block;
           float:right;
           
           width:570px;
           height: auto;
           
           text-align: center;

           overflow:hidden;
           border: 0px;
           }

#texto {
        display:block;
        float:left;
        
        width:560px;
        height: auto;
        
        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
        
        text-align: left;
        color: #333333;
        
        padding-top:10px;
     
        border: 0px;
       }

#texto ul li
                {
                 list-style-type:disc;
                 margin-left: 20px;
                }
                
                
#menu_juridico {
            font-size: 8pt;
            font-family: Verdana, Arial, Tahoma;

            text-align: right;

            color: #333333;
           }
           
      A.menu_juridico
      {
        color: #666666;
        text-decoration: none;
      }

      A.menu_juridico:link
      {
        color: #666666;
        text-decoration: none;
      }

      A.menu_juridico:hover
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
      
        color: #1D0F4D;
      }

      A.menu_juridico: visited
      {
        color: #666666;
        text-decoration: none;
      }                
                              


/**** DESTAQUE ****/

FONT.destaq_titulo {
                               font-size: 7pt;
                               font-family: Verdana;
                               color: #FFFFFF;
                               font-weight: bold;
                               text-align: left;
                              }

#fundo_destaque {
                 display:block;
   
                 float:right;
   
                 width:150px;
                 height:auto;
   
                 overflow:hidden;
                 border: 0px;
                }

#destaque {  
           float:left;
   
           width:150px;
           height:auto;
   
           border: 0px;
          }


/**** TOPO ****/
 
#topo {
       background-image :  url(site/layout/topo.jpg);
       background-repeat: no-repeat;

       display: block;
       float:left;
          
       width: 762px;
       height: 122px;

       text-align:left;
           
       overflow:hidden;
      }

#linguas {
          display: block;
          float:right;

          margin-top:10px;
          margin-right:10px;

          border: 0px;
         }  

#fundo_linha_topo {
             background-image: url(site/layout/fundo_linha_topo.jpg);
             background-repeat: no-repeat;
             
             display:block;
             float:left;

             width: 762px;
             height: 158px;

             overflow:hidden;
            }
                   
#linha_topo {
             display: block;

             width:auto;
             height:auto;

             color: #FFFFFF;
             text-align:right;
                   
             font-size: 8pt;
             font-family: Verdana, Arial, Tahoma;

             margin-right:2px;

             overflow:hidden;
             border: 0px;
            }

      A.linha_topo
      {
        color: #FFFFFF;
        text-decoration: none;
      }

      A.linha_topo:link
      {
        color: #FFFFFF;
        text-decoration: none;
      }

      A.linha_topo:hover
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
        color: #CCCCCC;
        text-decoration: underline;
      }

      A.linha_topo: visited
      {
        color: #FFFFFF;
        text-decoration: none;
      }

      
#endereco {
             display: block;
             float:right;

             width:560px;
             height:20px;

             color: #FFFFFF;
             text-align:right;
                   
             font-size: 7pt;
             font-family: Verdana, Arial, Tahoma;
             
             padding-top:75px;
             padding-right:5px;

             border: 0px;
            }           

#map {
      display:block;
      float:right;

      width: 131px;
      height: 25px;
      
      margin-top:50px;
     }
     

#link_logo {
            display:block;
            float:left;

            width: 145px;
            height: 80px;
            
            margin-top:18px;
            margin-left:6px;
            
            border:0px;
           }      
        

           
        
/* MENU CODIGO - VERTICAL        
        
#menu  ul
  {
    list-style-type: none;
    display: block;
    color: #666666;
  }

#menu ul li
  {
    list-style-type: none;
    display: block;
    color: #666666;
    line-height: 19px;
  }

#menu  ul li a
  {
    display:block;
    padding-left: 4px;

    margin-top:2px;
    margin-bottom:2px;

    text-decoration: none;
    color:#666666;
    border-left:2px solid #321B63;
    border-right:2px solid #321B63;
  }

#menu  ul li a:hover
  {
    display:block;
    background-color:#F8F8F8;
    text-decoration: none;
    color: #666666;
    border-left:2px solid #ACA922;
    border-right:2px solid #ACA922;
  }

#menu_categ ul li
  {
    float:left;
    width:100%;
    list-style-type: none;
    color: #333333;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Arial, Tahoma;
    padding-top: 2px;
  }
*/  


/*** MENU CODIGO - VERTICAL DOWN ***/

  FORM
  {
    display: inline;
  }
/*  
  UL.categoria
  {
    list-style: none;
    
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    
    text-align: left;
    display: inline;
  }

  LI.categoria
  {
    text-align: left;
    color: #000000;
    
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    width: 100%;
    display: inline;

    font-size: 8pt;
  }  
*/
  UL.nivel1
  {
    text-align: left;
  
    display: inline;
 
    margin: 0px;
    padding: 0px;

    list-style: none;
    width: 100%;
  }

  LI.nivel1
  {
    display: inline;

    text-align: left;

    line-height: 20px;
    
    width: 100%;
  }

  A.nivel1
  {
    display: block;
    width: 100%;

    text-decoration: none;

    color:#FFFFFF;

    margin-top:3px;
    margin-bottom:3px;    
  }

  A.nivel1:hover
  {
    display:block;
    
    background-image: url(site/layout/fundo_menu_hover.jpg);
    background-repeat: no-repeat;
    
    text-decoration: none;
    color: #FFFFFF;
  }

  UL.nivel2
  {
    list-style: none;
    text-align:left;

    margin-top: -20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 130px;

    position: absolute;

    background-color:#FFFFFF;

    border: 1px solid #666666;
    width: 200px;

    visibility: hidden;
  }

  LI.nivel2
  {
    display: inline;
  }

  A.nivel2
  {
    display: block;

    text-decoration: none;
    color: #666666;

    line-height:20px;

    margin-top:3px;
    margin-bottom:3px;      
    margin-left: 4px;
    margin-right: 4px;
  }

  A.nivel2:hover	
  {   
    background-color:#AAAB2E;
    
    color: #FFFFFF;
  }

  UL.nivel3
  {
    list-style: none;
    text-align: left;

    margin-top: -20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 140px;

    position: absolute;
    
    background-color:#FFFFFF;  

    border: 1px solid #666666;
    width: 200px;

    visibility: hidden;
  }
  
  A.nivel3
  {
    display: block;

    text-decoration: none;

    color: #666666;
    
    line-height:20px;    

    margin-top:3px;
    margin-bottom:3px;      
    margin-left: 4px;
    margin-right: 4px;
  }

  A.nivel3:hover
  {
    display: block;
    
    background-color: #AAAB2E;

    color: #FFFFFF; 	
  }




/**** INDICADOR ****/

#indicador {
                text-align:left;
                display:block;
                width: auto;
                height: 15px;
                border-bottom: 0.1em solid #06334B;
                color: #281954;
                font-size: 10px;
                }

font.indicador {
        color: #281954;
        font-size: 10px;
      }

a.indicador {
        font-size: 10px;
        color: #281954;
      }

a.indicador:link  {
        text-decoration: none;
      }


/**** OUTROS ****/

#sombra_esq {
                       width: 6px;
                       background-image:  url(site/layout/sombra_esq.gif);
                       background-repeat: repeat-y;
                       background-attachment: scroll;
                       margin-top: 4px;
                       }

#sombra_dir {
                       width: 6px;
                       background-image:  url(site/layout/sombra_dir.gif);
                       background-repeat: repeat-y;
                       background-attachment: scroll;
                       margin-top: 4px;
                       }


/*** BUSCA ***/

#busca {
        background-image:  url(site/layout/fundo_busca.jpg);
        background-repeat: no-repeat;

        display: block;
        float: left;

        width: 163px;
        height: 86px;
            
        oveflow:hidden;
        border:0px;
       }

#busca_texto {
              float: left;
            
              margin-top:8px;
              margin-left:2px;
             }

h1.busca {
               width:auto;
               height:auto;
               
               font-size: 8pt;
               font-family: Verdana, Arial, Tahoma;
               color: #281954;
               font-weight:bold;
               text-align: left;

               border: 0px;
              }


/*** IMAGEM ***/

      IMG
      {
       border: 0px;
      }


/*** FORMULARIO ****/

      INPUT
      {
        border: 1px solid #666666;
        background-color: #FFFFFF;
        font-size: 8pt;
      }

      TEXTAREA
      {
       border: 1px solid #666666;
       background-color: #E7EFF2;

        scrollbar-face-color:        #FFFFFF;
        scrollbar-shadow-color:      #000000;
        scrollbar-highlight-color:   #FFFFFF;
        scrollbar-3d-light-color:    #FFFFFF;
        scrollbar-dark-shadow-color: #DAE2E3;
        scrollbar-base-color:        #FFCC00;
        scrollbar-arrow-color:       #000000;

      }


/**** AGENZZIA ****/

      A.agenzzia
      {
       font-size: 8pt;
       font-family: Verdana, Arial, Tahoma;
       color: #990000;
       text-decoration: none;
      }
      
      A.agenzzia:link
      {
       color: #990000;
       text-decoration: none;
      }

      A.agenzzia:visited
      {
       color: #990000;
       text-decoration: none;
      }

      A.agenzzia: hover
      {
       color: #990000;
       text-decoration: underline;
      }


      /**** SUBPAGINA ****/

      A.subpagina
      {
        color: #000000;
        text-decoration: none;
      }

      A.subpagina: link
      {
        color: #FFFF00;
        text-decoration: none;
      }

      A.subpagina:hover
      {
        color: #444444;
        text-decoration: underscore;
      }

      A.subpagina: visited
      {
        color: #000000;
        text-decoration: none;
      }


      /**** DESTAQUE ****/

      FONT.texto_destaque
      {
        color: #CCCCCC;
        font-size: 10pt;
      }
	  
     TD.destaque_align
     {
    vertical-align: top;
     }

      LEGEND
      {


      }
      
      FIELDSET
      {

      }


/**** MAPA ****/

UL.mapa
{
  padding-left: 20px;
  border: 0px;
}

UL.mapa li
  {
    display: block;
    border:0px;
  }

UL.mapa li a
  {
    color:#000000;
  }

UL.mapa li a:hover
  {
    text-decoration: none;
    color:#993333;
  }


/**** GALERIA ****/

      #textoL
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding-top: 4px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px;
      }

      TABLE.texto
      {
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        border-left: #000000 1px solid;
        border-bottom: #000000 1px solid;
      }

      TD.textoL
      {
        border-right: #000000 0px solid;
        border-top: #000000 0px solid;
        border-left: #000000 1px solid;
        border-bottom: #000000 1px solid;
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding: 4 8 4 8;  
      }

      FONT.textoL
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
      }

      TD.textoR
      {
        vAlign: top 
        background-color: #FFFCC8;
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        border-left: #000000 0px solid;
        border-bottom: #000000 1px solid;
        font-size: 10pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding: 4 8 4 8;  
      }