/* CSS Document */
body {
  background:url(../imagens/_fundo.png) repeat;
  font: 12px Arial, Helvetica, sans-serif;
  margin:0;
} 

table {
  width:600px;
  background: #FFFFFF;
  border:#999999 2px solid;
  font: 12px Arial, Helvetica, sans-serif;
  color:#333333;
}

table tat_table {
    width:300px;
}

td {
  height:30px;
  vertical-align:middle;
}

th {
  height:25px;
  vertical-align:middle;
  color:#000000;
  background:#F3FBFE;
  border-bottom:#999999 1px solid;
}

input{
    font: 12px Arial, Helvetica, sans-serif;
    color:#444;
    padding-top:1px;
    padding-left:5px;
    background:#F4F7DB;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

#BodyPrincipal {
    text-align:center;
}

#BodyPrincipal table {
  width:770px;
  background: #FFFFFF;
  border:none;
  font: 12px Arial, Helvetica, sans-serif;
  color:#333333;
}

#BodyPrincipal td {
  height:25px;
  vertical-align:middle;
}

#BodyPrincipal th {
  height:35px;
  line-height:35px;
  vertical-align:middle;
  color:#000000;
  background:#F5F5F5;
  border-bottom:#CCCCCC 1px solid;
}


#Principal {
  margin:auto;
  width: 780px;
  background:#FFFFFF;
}  

#Top {
  width:780px;
  height:120px;
  text-align:center;
  vertical-align:middle;
}

#TopLista {
  width:780px;
  height:120px;
  text-align:center;
  line-height:60px;
  vertical-align:middle;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}

#Rodape {
  width:780px;
  height:100px;
  border-top:#000000 solid 1px;
  text-align:center;
  vertical-align:middle;
}

#RodapeNota {
  width:780px;
  height:20px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}

#RodapeLogos {
  width:780px;
  height:80px;
  text-align:center;
}

#RodapeLogo {
/*  width:100px; */
  height:70px;
  margin:5px 5px 5px 5px;
}


#Body {
  width:780px;
  min-height:400px;
}

#MenuTopo {
  margin-top:2px;
  width:780px;
  height:28px;
}

#Pagina {
  width:780px;
}

#Lateral {
  width:1px;
  height:400px;
}

