body{
    background: url(../imagens/background.png);

}

form{
    background: #FFFFFF;
    border: #CCCCCC solid 2px;
    width: 900px;
    }

hr{
   border: #CCCCCC solid 1px;
}

.tabela{
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tabela .titulo{
    background: #FF0000;
    color: #FFFFFF;
    border-bottom: 1px #000000;
    border-top: 1px #000000;
    border-left: 0px;
    border-right: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 120%;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.tabela .titulo tr td{
    border: #000000;
    margin-bottom: 2px;
    text-align: center;
}

.tabela .impar {
    background:#DDDDDD ;
    font: 95%;
    font-family: Arial;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
}

.tabela .par{
    font: 95%;
    font-family: Arial;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.tabela .selecionada{
   background: #CCFFFF;
   font: 95%;
   font-family: Arial;
   line-height: 25px;
   text-align: center;
   cursor: pointer;
}


.dadosOcultosPar{
     display: none;
}

.dadosOcultosImpar{
     display: none;
}

.dadosPar{
     display: block;
     text-align: center;
}

.dadosImpar{
     display: block;
     background:#DDDDDD ;
     text-align: center;
}

.paginas {
    width: 80%;
    border: none;
}

.paginas .pagina {
    margin: 2px;
    border: dashed 1px #000000;
    color: #000000;
    text-decoration: none;
}


.paginas a:hover{
    margin: 3px;
    border: none;
    color: #000000;
    background: #FFFF33;
    text-decoration: none;
}

.paginas .selecionada{
    margin: 2px;
    border: ridge 1px #000000;
    color: #000000;
    background: #DDDDDD;
    text-decoration: none;
    font-weight: bold;
}

.lowscript a{
   color: #444444;
   text-decoration: none;
}

.lowscript a:hover{
   color: #FF0000;
   text-decoration: none;
}

.erro {
    font-weight: bold;
    color: #FF0000;
}











