

.princ {
   background-color: #F4F6FB;
   font-family: Verdana , Arial;
   font-size: 12px; 
   color: #000000;
   margin-top: 0px;
}


.principal {
   background-color: #EADE96;
   background-image:url(fundo2.jpg);
   background-repeat: repeat-x ;
   font-family: Verdana , Arial;
   font-size: 12px;
   color: #000000;
}


.corpo {
   font-family: Verdana , Arial;
   font-size: 18px;
   color: #000000;
}

.titulo {
     background-color: #997328;
     background-image:url(fundo.jpg);
     background-repeat: repeat-x repeat-y;
     color: #000000;
     border-bottom-width: thin;
     border-bottom-style: solid;
     border-bottom-color: #988D50;
	/* border-left-width: thin;
     border-left-style: solid;
     border-left-color: #000000; */
     height:50px;
}

.pesquisa {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #988D50;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #988D50;
    border-right-style : solid;
    border-right-width: thin;
    border-right-color: #988D50;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #988D50;
}

.pesquisa1 {
    background-color: #000000;
    background-image:url(fundo4.jpg);
    background-repeat: repeat-x ;
    color: #000000;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #988D50;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #988D50;
    border-right-style : solid;
    border-right-width: thin;
    border-right-color: #988D50;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #988D50;
}


/*
.botao  {
position:absolute;
top:20px;
left:50px;
margin:0px;
padding:0px;
        } */

.botao a, .botao a:visited {
font: bold 20px/24px arial, helvetica, sans-aerif;
padding:0px;
text-decoration: none;
text-align:center;
color:#fff;
background: #3A382D; /* url('botao_link.gif') no-repeat center center; */
width:180px;
height:30px;
display:block;
	}

.botao a:hover {
background: #000000;  /*  url('botao_hover.gif') no-repeat center center; */
text-decoration: overline underline;
color:#F6EE0E;
               }

.fonttit {
   font-family: Verdana , Arial;
   font-size: 22px;
   color: #000000;

 }
  
 .log-tabela {
    font-family: sans-serif;
    font-size: 7px;
    color:#000000;
    padding:15px;
    
 }

  .log-tabela-resul {
    font-family: sans-serif;
    font-size: 7px;
    color:#000000;
    padding:2px;
 }

 .log-tabela-header {
     margin-top:0px;
     font-size: 12px;
 }

 .log-tabela-linha-par {
    margin-top:0px;
    background-color:#ffffff;

 }

 .log-tabela-linha-impar {
     margin-top:0px;
     background-color:#c1d9fb;

 }

 .log-tabela-linha-par-nomes {
     margin-top:0px;
     background-color:#ffffff;

 }

 .log-tabela-linha-impar-nomes {
     margin-top:0px;
     background-color:#4892E6;

 }

 .divPrint {
    background: #FFF; color: #000; font: 8pt Arial;
    width: 100%;
    border:1px solid red;
    top:0px;
    padding:0px;
 }  

