body
{
  background-attachment: scroll;
  background-color: white;
  background-position: top left;
  background-repeat: repeat-y;
  margin: 1em;
}

h1
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  background-color: #eeeeee;
  padding: 0.25em;
  margin-top: 0;
  line-height: 21pt;
}

h2
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13pt;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  line-height: 20pt;
}

h3
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  line-height: 17pt;
}

h4
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-variant: normal;
  font-style: italic;
  line-height: 17pt;
}

body,
p,
td,
th
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  line-height: 175%;
}

a
{
  color: #003366;
  text-decoration: none;
}

a img
{
  border: 0;
}


a:hover, a:focus
{
  color: #886600;
  text-decoration: underline;
}

a:hover img, a:focus img
{
  opacity: 0.5;
}

