body {
  font-family: MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size:   12px;
}

.centro {
  text-align: center;
}

.outros {
  margin-top:    8px;
  margin-bottom: 8px;
}

.secao {
  margin-bottom: 10px;
  margin-top:    10px;
}

.secao-borda {
  border:        solid 1px #DDEEFF;
}

.largura-padrao {
  width:         600px;
}

.rotulo-coluna {
  font-weight:      bold;
  text-align:       left;
}

.rotulo-linha {
  font-weight:    bold;
  vertical-align: top;
}

.titulo {
  font-weight:      bold;
  text-align:       left;
  margin-bottom:    10px;
  background-color: #DDEEFF;
}

.erro {
  border:     1px solid #FF6666;
  background: #FFEEEE;
}


