<STYLE type="text/css">

body {
  font-family: verdana, arial, san-serif;
  font-size: 9pt;
  color: blue
}

h1 {
  font-family: verdana, arial, san-serif;
  font-size: 250%;
  font-weight: bold;
  color: #123456
}

h2 {
  font-family: verdana, arial, san-serif;
  font-size: 150%;
  font-weight: bold;
  color: #123456
}

h3 {
  font-family: verdana, arial, san-serif;
  font-size: 120%;
  font-weight: bold;
  color: #123456
}

h6 {
  font-family: verdana, arial, san-serif;
  font-size: 70%;
  color: #123456
}

p {
  font-family: verdana, arial, san-serif;
  font-size: 11pt;
  color: black
}

table {
  border: 1px outset gray
}

th, td {
  border: 1px inset gray;
  font-family: trebuchet ms, helvetica, san-serif;
  font-size: 9pt;
  line-height: 1.4;
  padding: 2px
}

th {
  font-weight: bold;
  text-align: left
}

td {
  vertical-align: top
}

sub, sup {
  line-height: 0
}

a:link {
  text-decoration: none;
  color: #9A0128
}

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

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

a:hover {
  background-color: white;
  color: #660011
}

ul {
  list-style-type: square;
  padding-left: 20px
}

li {
  font-family: verdana, arial, san-serif;
  font-size: 10pt;
  color: black
}

</STYLE>