<!--
body {
  background-color: white;
  color: black;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}
b {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
a {
  text-decoration: none;
  background-color: white;
  color: black;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 12pt;
}
a.ul {
  text-decoration: underline;
  font-size: 10pt;
}
a:link.cc {
  background-color: white;
  color: red;
}
a:link {
  background-color: white;
  color: black;
}
a:visited {
  color: black;
  background-color: white;
}
a:active {
  background-color: white;
  color: #2070f0;
}
a:hover {
  background-color: white;
  color: #2070f0;
}
td {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  padding: 0px;
}
td.center {
  display: block;
  text-align: center;
}
td.right {
  text-align: right;
}
td.menu {
  vertical-align: text-top;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  width: 180px;
}
td.applet {
  width: 400px;
}
td.affiliates {
  width: 190px;
}
div.desc {
  background-color: white;
  color: black;
  width: 160px;
  position: relative;
  left: 10px;
  top: 4px;
}
div.affiliates {
  text-align: center;
  margin: 0px 0px 4px 4px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: red;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  width: 180px;
}
span.req {
  background-color: white;
  color: red;
  font-weight: bold;
}
span.opt {
  background-color: white;
  color: blue;
  font-weight: normal;
}
-->
