body {
  font-family: arial;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #0055FF;
}

a.sub {
  font-weight: bold;
  font-size: 9pt;
  color: #E8E8E8;
  text-decoration: none;
}

a.sub:hover {
  color: #FFFFFF;
}

a.title {
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  color: #0055FF;
}

a.product {
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  color: #0055FF;
}

p, li {
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

.bold {
  font-weight:bold;
}

.sup {
  font-size: 70%;
  vertical-align: super;
}

#bold {
  font-weight: bold;
}

#copyright {
  font-size: 8pt;
}

#small {
  font-weight: bold;
  font-size: 9pt;
  color: #C0C0C0;
  text-decoration: none;
}