.txt_cinza_arial_11 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #787878;
  font-size  : 11px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_cinza_arial_11:hover {
    color: #787878;
    text-decoration: underline;
}



.txt_cinza_arial_12 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #787878;
  font-size  : 12px;
  font-weight: normal;
}
a.txt_cinza_arial_12:hover {
    color: #787878;
    text-decoration: underline;
}



.txt_cinza_arial_14 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #787878;
  font-size  : 14px;
  font-weight: normal;
}
a.txt_cinza_arial_14:hover {
    color: #787878;
    text-decoration: underline;
}



.txt_cinza_trebuchet_20 {
  font-family: Trebuchet MS, Arial, Verdana;
  color      : #787878;
  font-size  : 25px;
  font-weight: normal;
}
a.txt_cinza_trebuchet_20:hover {
    color: #787878;
    text-decoration: underline;
}



.txt_preto_arial_11 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #000000;
  font-size  : 11px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_preto_arial_11:hover {
    color: #000000;
    text-decoration: underline;
}



.txt_azul_arial_11 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #778BAC;
  font-size  : 11px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_azul_arial_11:hover {
    color: #778BAC;
    text-decoration: underline;
}



.txt_azul_arial_12 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #778BAC;
  font-size  : 12px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_azul_arial_12:hover {
    color: #778BAC;
    text-decoration: underline;
}



.txt_azul_arial_16 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #778BAC;
  font-size  : 16px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_azul_arial_16:hover {
    color: #778BAC;
    text-decoration: underline;
}



.txt_branco_arial_11 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #FFFFFF;
  font-size  : 11px;
  font-weight: normal;
  text-decoration: none;
}
a.txt_branco_arial_11:hover {
    color: #FFFFFF;
    text-decoration: underline;
}



.txt_vermelho_arial_12 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #FF0000;
  font-size  : 12px;
  font-weight: normal;
}
a.txt_vermelho_arial_12:hover {
    color: #FF0000;
    text-decoration: underline;
}



.txt_verde_arial_12 {
  font-family: Arial, Trebuchet MS, Verdana;
  color      : #74AF38;
  font-size  : 12px;
  font-weight: normal;
}
a.txt_verde_arial_12:hover {
    color: #74AF38;
    text-decoration: underline;
}



.input {
    font-family: Arial, Trebuchet MS, Verdana;
    font-size: 11px; color: #000000;
    font-weight: bold;
    background-color: #F0F0F0;
    border-color: #778BAC;
    border-style: solid;
    border-width: 1px;
    padding-left: 2px;
}



.select {
    font-family: Arial, Trebuchet MS, Verdana;
    font-size: 11px; color: #000000;
    font-weight: bold;
    background-color: #F0F0F0;
    border-color: #778BAC;
    border-style: solid;
    border-width: 1px;
    padding-left: 2px;
}



.textarea {
    font-family: Arial, Trebuchet MS, Verdana;
    font-size: 11px; color: #000000;
    font-weight: bold;
    background-color: #F0F0F0;
    border-color: #778BAC;
    border-style: solid;
    border-width: 1px;
    padding-left: 2px;
}