body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
}

td.menu {
  background-color: rgb(200,200,255);
  padding: 6pt;
}

td.main {
  background-image: url("/backgroundtop.gif");
  padding: 6pt;
}

h1 {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

h2 {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

h2 {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

td.title {
  padding-left: 6pt;
}

td.menu p {
  margin-bottom: 6pt;
}

td.main p {
  margin-bottom: 6pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: rgb(0,0,0);
}

span.menucat {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: rgb(0,0,0);
}

span.menuitem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: rgb(0,0,0);
}

span.menuinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: rgb(0,0,0);
}

a.main:link, a.main:visited {
  text-decoration: none;
  color: rgb(102, 102, 255);
}

a.menu:link, a.menu:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

a.menu:hover, a.menu:active, a.main:hover, a.main:active {
  text-decoration: none;
  color: rgb(255, 102, 0);
}
