body,#pageBody
{
  font-family:Arial,Sans-Serif;
  font-size:14px;
  color:black;
}
text
{
  font-family:Arial,Sans-Serif;
  font-size:14px;
  color:black;
}
.orangelink
{
 font-weight: bold;
 font-size: 12px;
 font-family: arial;
}
td
{
  font-family:Arial,Sans-Serif;
  font-size:14px;
  color:black;
}
a
{
  text-decoration:none;
}
a, a:hover, a:active, a:focus, a:visited
{
  outline:none;
  color:black;
}
.selectedmenu
{
  cursor:default;

  text-decoration:none;

  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 12px;
  color:white;
  background-color:#9b077b;
  border: black 1px solid;

  text-align:center;
  vertical-align: middle;
  white-space:nowrap;
}
.menuitem
{
  cursor:pointer;

  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 12px;
  color: black;
  background-color:#ceadbd;
  border: black 1px solid;

  text-align:center;
  vertical-align: middle;
  white-space:nowrap;
}
li
{
  margin-bottom:4px;
}
#Table1
{
  position:absolute;
  left:0px;
  top:0px;
  width:800px;

  border: orange 3px double; 
  padding:0px;
  margin:0px; 
}

