
BODY {
  color: black;
  background-color: #FFFFFF;
  font-family: sans-serif;
  font-size: 10pt;
}

H1 {
  text-align: left;
  font-size: 14pt;
  font-family: Verdana, Helvetica, sans-serif;
  margin-bottom: 5pt;
  color: white;
  background-color: navy;
}

H2 {
  text-align: left;
  font-size: 12pt;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 0pt;
  margin-top: 10pt;
  padding-bottom: 0pt;
  clear: both;
}

P {
  text-align: left;
  font-size: 10pt;
  clear: none;
  margin-top: 20pt;
}

P.footer {
  text-align: center;
  font-size: 7pt;
  font-family: sans-serif;
  margin-top: 20pt;
  color: #000067;
}

A {
  font-size: 10pt;
  font-family: sans-serif;
}

IMG.left {
  float: left;
}

IMG.right {
  float: right;
}

IMG.thumbnail {
  display: block;
  clear: both;
  margin-top: 10pt;
  margin-bottom: 2pt;
}

.info {
  font-size: 8pt;
}
