a:link    { color: #00198c; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:active  { color: #ffe57f; text-decoration: none; }
a:hover   { text-decoration: underline; }

body, p, .text, .header, .small, .subheader, .strong, .navbutton {
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 10pt;
}

body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

.header {
  font-size: 14pt;
  font-weight: bold;
}

.subheader {
  font-size: 12pt;
  font-weight: bold;
}

.strong {
  color: #e5b24c;
  font-weight: bold;
}

.small {
  font-size: 8pt;
}

.navbutton {
  color: #00198c;
  background: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 10px;
  border: 1px solid #999999;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
