<!--

p.justify {
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 12px;
   text-align: justify;
} 

li {
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 12px;
   text-align: left;
} 

body.topo {
   background: url(imagens/fundo_topo.jpg) left top no-repeat;
   background-color: #FFFFFF;
}

body.conteudo {
   color: #000000; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 10px; 
   OVERFLOW:scroll; 
   OVERFLOW-X:scroll; 
   OVERFLOW-Y:scroll; 
}

body.borda {
   background-color: #EEECCD;
} 

table.nav {
   border: navy; 
   border-style: solid; 
   border-top-width: thin; 
   border-right-width: thin; 
   border-bottom-width: thin; 
   border-left-width: thin
}

tr {
   font-size: 10px;
   font-family: Verdana, Arial, helvetica, sans-serif; 
}

tr.grey1 {
   color: #000000; 
   background-color: #ffb700; 
   font-size: 14px;
   font-weight: bold;
   font-family: Verdana, Arial, helvetica, sans-serif; 
}

tr.grey2 {
   color: #000000; 
   background-color: #eeeeee; 
   font-weight: bold;
   font-size: 12px;
   font-family: Verdana, Arial, helvetica, sans-serif; 
}

tr.documento {
   color: white; 
   font-weight: normal;
   font-size: 10px;
   font-family: Verdana, Arial, helvetica, sans-serif; 
}

td.fundo_data {
   background : url(imagens/fundo_data.gif) right top no-repeat;
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-weight: bold;
   font-size: 12px;
}

input.button {
   color: #ffffff; 
   background-color: #00bfff; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
}

input.textbox {
   border: silver; 
   border-style: solid; 
   border-top-width: thin; 
   border-right-width: thin; 
   border-bottom-width: thin; 
   border-left-width: thin;
   font-family: Verdana, Arial, helvetica, sans-serif;    
   font-size: 12px;
}

h1 {
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 12pt; 
   font-weight: bold; 
}

h2 {
   color: navy; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   background-color: #ffffff; 
   font-size: 10pt; 
   font-weight: bold; 
}

h3 {
   color: gold; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 12pt; 
   font-weight: bold; 
}

h4 {
   color: silver; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 08pt; 
   font-weight: bold; 
}

h5 {
   color: #999999; 
   font-family: Verdana, Arial, helvetica, sans-serif; 
   font-size: 07pt; 
   font-weight: bold; 
}
-->