a:link {
  color: #0066cc;
  text-decoration: none;
}

a:visited {
  color: #336699;
  text-decoration: none;
}

a.active {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: #ffe6e6;
}

td {
  color: #000000;
  font-size: 9pt;
  line-height: 13pt;
}
div.title {
  color: #1a9966;
  font-size: 10pt;
  line-height: 13pt;
  font-weight: bold;
}
div.blue {
  color: #1a99b3;
  font-size: 10pt;
  line-height: 13pt;
  font-weight: bold;
}
div.white {
  color: #ffffff;
  font-size: 10pt;
  line-height: 12pt;
  font-weight: bold;
}
div.green {
  color: #00CC66;
  font-size: 10pt;
  font-weight: bold;
}

div.small {
  color: #485858;
  font-size: 8pt;
  font-family: ms ui gothic;
}
div.big {
  color: #ff661a;
  font-size: 10pt;
  font-weight: bold;
}

