body {
  font-family: myriad,arial,helvetica,sans-serif;
  color: black;
}

.linkbutton a {
  font-size:9pt;
  font-weight: bold;
  text-decoration: none;
  color: #111E34;
}

.linkbutton a:visited {
  text-decoration: none;
  color: #111E34;
}

.linkbutton a:active {
  text-decoration: none;
  background-color: #7e291f;
  color: #fff;
}

.linkbutton a:hover {
  text-decoration: none;
  background-color: #7e291f;
  color: #fff;
}

.bigvalue {
  color: #7e291f;
  font-size: 18px;
  font-weight: bold;
}

.smallvalue {
  color: #7e291f;
  font-size: 9pt;
  margin: -5px 0 10px 0;
}
