body {
  background-color: #648f7d;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

td.menuitem {
  width: 100px;
  cursor: pointer;
}

td.menuitem_sel {
  width: 100px;
  background-image: url('../---images/mid-highlight.png');
  cursor: pointer;
}

td.menuspacer {
  width: 1px;
  background-color: #aaaaaa;
}

a.nolink {
  color: black;
  text-decoration: none;
}

td.sub_menuitem {
  width: 110px;
  background-image: url('../---images/sub_menu.png');
  background-repeat: no-repeat;
  background-position: 5px 0px;
}

td.sub_menuitem_sel {
  width: 110px;
  background-image: url('../---images/sub_menu_highlight.png');
  background-repeat: no-repeat;
  background-position: 5px 0px;
}

p {
  font-size: 10pt;
}
