a
{
    font-family: Arial;
    font-size: 12px;
    color: #f00;
    text-decoration: none;
}

a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}


#buscar
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    text-align: center;
}

.campo
{
    font-family: Arial;
    font-size: 10px;
    color: #606060;
    border-style: solid;
    border-width: 1px;
    border-color: #993333;
}

.titulo
{
    padding-left: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #993333;
}

.texto
{
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}


/* MENU */

li
{
    padding-bottom: 5px;
}
    
#menu ul 
{
text-align: left;
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
font: 12px arial, helvetica, sans-serif;
}

#menu a 
{
text-align: left;
display: block;
padding: 1px 0 1px 25px;
border: 0px solid #000000;
width: 164px;
/*background-color: #339966;*/
color: #993333;
text-decoration: none;
background-image: url(botao_normal.jpg); 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
}
body>#menu a {width:153px;}

#menu a:hover  
{
text-align: left;
border: 0px solid #000000; 
/*background-color:#FFFF99; */
background-image: url(botao_pressionado.jpg); 
color:#000000; 
}

/*  Fim MENU */

.tabela
{
    font-family: Arial;
    font-size: 13px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #FF0000;
    border-right-color: #FF0000;
    border-left-color: #FF0000;
}
.celula1{
    background-color: #EBEBEB;
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF0000;
}
.celula2{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF0000;
    padding: 5px;
}
.cores{
    margin-right:-17;
}
.codigos
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF0000;
}