body {
  background-color: #FFFFFF;
  font-family: "Arial";
  color: #808080;
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 2.0em;
  color: #808080;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2.0em;
  color: #808080;
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 2.0em;
  color: #808080;
}

p {
  font-size: 1.0em;
  line-height: 150%;
  margin-top: 1.8em;
  color: #808080;
}

ul {
  font-size: 1.0em;
  line-height: 150%;
  margin-top: 1.8em;
  color: #808080;
}

a {
 text-decoration: none;
}

a:link    {color: #009F00}
a:visited {color: #009F00}
a:active  {color: #009F00}
a:hover   {color: #009F00}

.link  {
  font-family: "Arial";
  font-weight: bold;
  text-decoration: none;
}

.titlelink {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12pt;
}

.abb   {
  font-size: 1.0em;
  font-style: italic;
  text-align: center;
}
.small {font-size: 0.8em;}