/**/
.fontTitle{
  color: #3E3E3E;
  font-weight: bold;
  font-size: 19px;
  font-family: "Verdana";
}

.fontDarkGrayBold{
  color: #3E3E3E;
  font-weight: bold;
}

.fontLightGrayBold{
  color: #6B6B6B;
  font-weight: bold;
}

.fontDarkGray{
  color: #3E3E3E;
}

.fontLightGray{
  color: #6B6B6B;
}

.colorInf{
  color: #32cd32;
}

.colorErr{
  color: #FF0000;
  font-weight: bold;
}

TABLE
{
  font-family:'Trebuchet MS';
  font-size: 10pt;
}

.fontGlobal{
  font-family:'Trebuchet MS';
  font-size: 10pt;
}

.submitBtn{
  font-family:'Trebuchet MS';
  font-size: 9pt;
}

.editField{
  font-family:'Trebuchet MS';
  font-size: 8pt;
}

