.desc {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.ie {
  font-family: Arial;
  font-size: 12px;
}

.iered {
  color: red;
  font-family: Arial;
  font-size: 12px;
}

.iered2 {
  color: #800000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.iesmall {
  font-family: Arial;
  font-size: 10px;
}

.iebig {
  color: red;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

.ietitle {
  font-family: Arial;
  font-size: 14px;
}

.iesmall {
  font-family: Arial;
  font-size: 11px;
}

.title {
  color: #333333;
  font-family: Arial;
  font-size: 12pt;
}

.subheads {
  color: #333333;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

.error_description {
  color: #ff0000;
  font-weight: bold;
}

.success_description {
  color: #10ff10;
  font-weight: bold;
}

@media screen {
  * { visibility: visible; }
}

@media print {
  * { visibility: visible; }
  .non_printable { visibility: collapse; }  
}