div.navbox2_Off {
  z-index: 50;
  position: absolute; top: 0px; right: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 2px outset;
  border-left: 1px groove;
  background-color: #99ccff;
  white-space: nowrap;
}


div.navbox2{
  z-index: 50;
  position: absolute; top: 0px; right: 0;
  padding: 1px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 2px outset;
  border-left: 2px groove;
  background-color: #99ccff;
  white-space: nowrap;
  color: #222222;

  xxxxfont-family: Verdana, Arial, Helvetica;
  xxxxfont-size: 8px;
}


a.AgentLink {
  border: 1px solid #aaddff;
  padding: 2px 5px 4px 5px;
  margin: 0px -2px 0px -1px;
  text-decoration: none;
  white-space: nowrap;
  color: #222222;
}

a.AgentLink:link {
  text-decoration: none;
  color: #222222;
}

a.AgentLink:active {
  text-decoration: none;
  color: #222222;
}

a.AgentLink:visited {
  text-decoration: none;
  color: #222222;
}

a.AgentLink:hover {
  text-decoration: none;
  background: #CFE7FC;
  border: 1px solid #8CACBB;
  color: #222222;
}

