body {
  font-size: 10pt;
  font-family: "Times New Roman",Times,serif;
  color: black;
}
a:link {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-family: "Times New Roman",Times,serif;
}
a:hover {
  font-size: 8pt;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  color: #e1e1e1;
}
a:active {
  font-size: 8pt;
  font-weight: bold;
  color: white;
  font-family: "Times New Roman",Times,serif;
}
h6 {
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  font-size: 10pt;
  color: #006f3c;
}
#fancy_text {
  font-family: "Times New Roman",Times,serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  color: #208000;
}
.fancy {
  font-family: "Times New Roman",Times,serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: #006f3c;
}
a.bdy:link {
  font-family: "Times New Roman",Times,serif;
  color: #006f3c;
  font-size: 11pt;
}
a.bdy:hover {
  font-family: "Times New Roman",Times,serif;
  color: #00bb65;
  text-decoration: underline;
  font-size: 11pt;
}
a.bdy:visited {
  color: #006f3c;
  font-family: "Times New Roman",Times,serif;
  font-size: 11pt;
}
a.bdy:active {
  color: #006f3c;
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
  font-size: 11pt;
}
.list {
  font-size: 10pt;
}
a.nav:link {
  font-size: 8pt;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
}
a:visited {
  font-size: 8pt;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
}
.green_large {
  font-size: 13pt;
  color: #006f3c;
}
ul {
  margin: 2em;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
li {
  margin: 1em 0;
  background-image: url(images/grnsq.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.4em;
  padding-left: 2em;
}
.sanserif {
  font-family: Arial,Helvetica,sans-serif;
}

