body {
  background: white;
  color: #008000;
  font-size: 12px;
  text-align: left;
  font-family: Helvetica, arial, sans-serif;
}

a:link {
  color: #008000;
}

a:visited {
  color: #008000;
}

a:hover {
  color: #eaaf31;
}

a.pageheader:link {
  color: white;
}

a.pageheader:visited {
  color: white;
}

table.pageheader {
  width: 450px;
  border: none;
  margin: .25in auto;
}

table.mainbody {
  width: 450px;
  margin: 0 auto;
  border: none;
  padding: 0px;
}

table.tradesbody {
  width: 450px;
  background-color: green;
  border-style: solid;
  border-width: 0px;
  border-color: green;
  margin: 0 auto;
  padding: 0px;
  border-spacing: 1px;
}

th.tradesbody, td.tradesbody {
  border-style: solid;
  border-width: 0px;
  border-color: green;
  border-spacing: 1px;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

ul.mainbody, li.mainbody {
  list-style-image: url("/graphics/animdot.gif");
  padding-bottom: 5px;
}

ul.checklist, li.checklist {
  list-style-image: url("/graphics/checkbox.gif");
  padding-bottom: 5px;
}

td.pageheader {
  font-weight: bold;
  text-align: center;
  background-color: #008000;
  color: white;
}

body.menu {
  font-family: Helvetica, arial, sans-serif;
  font-size: 12;
  border-top: 10px;
  background-image: url("/graphics/theone1.gif");
}

dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

#menu ul, #menu li {
  margin: 0px;
  padding: 0px;
  list-style-image: url("/graphics/dot2.gif");
}

#menu {
  position: absolute;
  top: 10px;
  width: 199px;
}

#menu dt {
  cursor: pointer;
  margin: 1px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  color: white;
  border-style: solid;
  border-width: 1px;
  background-attachment: fixed;
  background-image: url("/graphics/theone1.gif");
}

#menu dt.topborder {
  cursor: pointer;
  margin: 0px 0;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  color: white;
  border-top: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-attachment: fixed;
  background-image: url("/graphics/theone1.gif");
}

#menu dt.borderless {
  cursor: pointer;
  margin: 0px 0px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  color: white;
  border-style: none;
  background-attachment: fixed;
  background-image: url("/graphics/theone1.gif");
}

#menu dd {
  color: #ff0000;
}

/* text in submenu */
#menu li a, #menu dt a {
  color: white;
  text-decoration: none;
  display: block;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  padding-left: 10px;
  background-attachment: fixed;
  background-image: url("/graphics/theone1.gif");
}

/* Selected submenu */
#menu li a:hover, #menu dt a:hover {
  color: #eaaf31;
  list-style-type: circle;
  background-attachment: fixed;
  background-image: url("/graphics/theone1.gif");
}

p.small {
  font-size: 8px;
  line-height: 10px;
}
