body
{
  
}

.texto
{
  font-family: verdana;
  font-size: 9px;
  color: #959494;
  text-decoration: none;
}

.texto_selecionado
{
  font-family: verdana;
  font-size: 9px;
  color: #545454;
  text-decoration: none;
}

.texto_espacado
{
  font-family: verdana;
  font-size: 9px;
  color: #666666;
  text-decoration: none;
  line-height: 18px;
}

.texto_espacado:hover
{
  font-family: verdana;
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
  line-height: 18px;
}

.texto_branco
{
  font-family: verdana;
  font-size: 9px;
  color: #FFFFFF;
  text-decoration: none;
}

.texto_branco_bold
{
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 24px;
}

.linha_cinza
{
  background-color: #F2F2F2;
}

.fundo_tabela
{
  background-color: #DCCC9F;
}