body, p, td, table {
  font-size: 8pt;
  font-family: tahoma, trebuchet ms, verdana;
  line-height: 1.6em;
}
.nav_head {
  font-size: 8pt;
  font-weight: bold;
  font-family: tahoma, trebuchet ms, verdana;
  color: #215dc6;
  cursor: pointer;
}
.content_head {
  font-size: 8pt;
  font-weight: bold;
  font-family: tahoma, trebuchet ms, verdana;
  color: #000000;
}
.nav_body {
  padding: 10px;
}
.content_body {
  padding: 10px;
}
.panel_body {

}
a.nav_link {
  color: #215dc6;
  text-decoration: none;
}
a.nav_link:hover {
  color: #428eff;
  text-decoration: underline;
}
.bold9pt {
  font-size: 9pt;
  font-weight: bold;
}
.bold10pt {
  font-size: 9pt;
  font-weight: bold;
  color: blue;
}
.red {
  color: red;
}