body {
  font-family: arial, verdana;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  padding: 0px;
  margin; 0px;
}
p {
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: arial, verdana;
  font-size: 14px;
  padding: 5px;
  padding-left: 0px;
  color: #339966;
}
td {
  font-family: arial, verdana;
  font-size: 14px;
  color: #339966;
}

ul {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
}
li {
  font-size: 12px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: arial, verdana;
  font-weight: bold;
}
h2 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 14px;
  font-family: arial, verdana;
  font-weight: bold;
}

a:link,a:visited { text-decoration: none; color: #990000; }
a:hover,a:active { text-decoration: none; color: #000000; }

img {
  border: 0px;
}


table.menu a:link, table.menu a:visited {
  text-decoration: none;
  color: #FFFF99;
  font-weight: bold;
}
table.menu a:hover, table.menu a:active {
  text-decoration: none;
  color: #990000;
  font-weight: bold;
}
table.menu a.link_selected:link, table.menu a.link_selected:visited {
  text-decoration: none;
  color: #BB0000;
  font-weight: bold;
}
table.menu a.link_selected:hover, table.menu a.link_selected:active {
  text-decoration: none;
  color: #BB0000;
  font-weight: bold;
}