<!--
label.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}
table.Applications {
  /*border-collapse: collapse;*/
  border: 2px solid #17388f;
}
table.Applications span.overdue, table.Legend span.overdue {
  color: red;
  font-size: 9pt;
  font-weight: bold;
}
table.Applications tr th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  /*border-left: 0px hidden;*/
  border-right: 0px hidden;
  background: #486ead;
}
table.Applications tr td {
  font-size: 9pt;
  border-left: 0px hidden;
  border-right: 0px hidden;
}
table.Applications tr td.Comments {
  border-top: 0px hidden;
}
table.Applications tr.Totals td {
  border-top: 1px dashed #17388f;
}
table.Applications tr td.SubTotals {
  font-weight: bold;
}
table.Applications tr.noborder td {
  border: 0px hidden;
}
table.Legend {
  border-collapse: collapse;
  border: 2px solid #17388f;
}
table.Legend caption {
  background: #486ead;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}
table.Legend tr td {
  font-size: 9pt;
}
-->

