A:hover {
  color: #B4B4B4;
  text-decoration: underline;
}

A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 110%;
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 0em;
}

B {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 110%;
  text-decoration: none;
}

FONT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  line-height: 110%;
  text-decoration: none;
}

SMALL {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  line-height: 110%;
  text-decoration: none;
}

STRONG {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  line-height: 110%;
  text-decoration: none;
  font-weight: 600;
}

BLOCKQUOTE {
  text-align: left;
  text-transform: none;
  margin-left: 16pt;
}

UL {
  float: none;
  list-style-type: square;
  display: list-item;
  white-space: normal;
  list-style-position: outside;
  margin-left: 25pt;
}

