body
{
   margin: 0px;
   padding: 0px;
   background-color: #b1c639;
   font-family: Arial;
   font-size: 13px;
   color: #000000;
   text-align: center;
}

a:link 
{
    text-decoration: none;
    color: #444444;
}

a:hover 
{
    text-decoration: underline;
    color: #444444;
}

a:visited 
{
    text-decoration: none;
    color: #444444;
}

form 
{
   border: 0px;
   margin: 0px;
   padding: 0px;
}

.topo 
{
    width: 900px;
    background-color: #c6d83d;
}

.topo2 
{
    border-left: 5px solid #c6d83d; 
    border-right: 5px solid #c6d83d; 
    width: 640px;
    background-color: #c6d83d;
}

.fundo 
{
    background-image: url(../images/fundo.gif);
    background-repeat: repeat-x;
    border-left: 5px solid #c6d83d; 
    border-right: 5px solid #c6d83d; 
    border-bottom: 5px solid #c6d83d; 
    height: 142px;
    width: 890px;
}

.fundo2 
{
    height: 142px;
    border-left: 5px solid #c6d83d; 
    border-right: 5px solid #c6d83d; 
    border-bottom: 5px solid #c6d83d; 
    width: 640px;
    background-image: url(../images/fundo.gif);
    background-repeat: repeat-x;
}

.central 
{
    width: 900px;
    background-color: #ffffff;    
}

.central2
{
    width: 650px;
    background-color: #ffffff;
}

.rodape 
{
    background-color: #b7c833;
    height: 100px;
    width: 900px;
}

.rodape2 
{
    background-color: #b7c833;
    height: 100px;
    width: 650px;
}

.area 
{
  width: 400px; 
  border: 1px dashed #252467; 
  background-color: #ffffff; 
  height: 85px; 
  text-align: center;
}

.celula 
{
   width: 400px;
   display: table;
   border: 0px solid;
   height: 25px;
   text-align: center;
}

.celula2
{
   width: 400px;
   display: table;
   border: 0px solid;
   height: 15px;
   text-align: center;
}

.login 
{
    float: left;
    padding: 1px;
    text-align: right;
    width: 151px;
    height: 25px;
    line-height: 25px;    
    border: 0px solid;
    margin-top: 0px;
    font-size: 13px;
    font-family: Arial;
}

.login_campo
{
    float: left;
    padding: 1px;
    text-align: left;
    width: 185px;
    height: 25px;        
    border: 0px solid;
    margin-top: 0px;    
}

.pass
{
    float: left;
    padding: 1px;
    text-align: right;
    width: 151px;
    height: 25px;
    line-height: 25px;    
    border: 0px solid;
    margin-top: 0px;   
    font-size: 13px; 
    font-family: Arial;
}

.pass_campo
{
    float: left;
    padding: 1px;
    text-align: left;
    width: 185px;
    height: 25px;    
    border: 0px solid;
    margin-top: 0px;        
}

.campo 
{
    border: 1px solid #777777;
    margin-top: 2px;
    background-color: #ffffff;
}

.campo_foco
{
    border: 1px dashed #777777;
    margin-top: 2px;
    background-color: #fcffe4;
}

.botao 
{
   background-color: #c6d83d;
   font-weight: bold;
   color: #2e2d78;
   font-size: 11px;
   border: 1px solid #AAAAAA;
   margin-left: 2px;
}

.botao2
{
   background-color: #fcffe4;
   font-weight: bold;
   color: #2e2d78;
   font-size: 11px;
   border: 1px solid #AAAAAA;
   margin-left: 2px;
   width: 80px;
}
