/* Para o layout */
.bynomero {
  font-family: verdana;
  font-size: 10px;
  color: #ffffff;
}

.menu {
  cursor:pointer;
  font-family: verdana;
  font-size: 11px;
  color: #ffffff;
  height: 15px;
  width: 153px;
}

.espaco {
  height: 5px;
}

.titulo1 {
  font-family: verdana;
  font-size: 16px;
  font-weight: bolder;
}

.titulo2 {
  font-family: verdana;
  font-size: 12px;
  color: #ffffff;
}

.texto1 {
  font-family: verdana;
  font-size: 14px;
}

.texto2 {
  font-family: verdana;
  font-size: 11px;
}

/* Objetos do formulário  */

.botao{
  font-family: Verdana;
  font-size: 11;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.caixadetexto{
  font-family: Verdana;
  font-size: 11px;
  border: 1px solid #000000;
}

.caixadetexto2 {
  font-family: Verdana;
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}

#paginasNomer {
  overflow:auto;
  width: 100%;
}

#paginasTitulo{
 margin-left: 10px
}
