html, body {
  margin: 0;
  padding: 0;
  background-color: #03396e;
  background-image: url(../img/background.gif);
  background-repeat:repeat-x;
  font-family: Verdana, Ari1al, SansSerif;
  font-size: 11px;
  color:#000000;
  line-height:150%;
}

TD {
  font-family: Verdana, Arial, SansSerif;
  font-size: 11px;
  line-height:150%;
}

A, A:ACTIVE, A:LINK, A:VISITED {
  color: #617BA8;
  text-decoration: underline;
  background-repeat:no-repeat;
}
A:HOVER {
  text-decoration: underline;
}


A.topmenu, A.topmenu:ACTIVE, A.topmenu:LINK, A.topmenu:VISITED {
  color: #ffffff;
  text-decoration: none;
  padding:0 13px;
  line-height:25px;
  display:block;
  font-size: 11px;
  background-image: url();
  background-repeat:repeat-x;
}
A.topmenu:HOVER {
  text-decoration: none;
  background-image: url(../img/rebbk2b.gif);
  background-repeat:repeat-x;
}


A.topmenu2, A.topmenu2:ACTIVE, A.topmenu2:LINK, A.topmenu2:VISITED {
  color: #fce427;
  font-weight: bold;
  text-decoration: none;
  padding:0 13px;
  line-height:25px;
  display:block;
  font-size: 11px;
  background-image: url(../img/rebbk2b.gif);
  background-repeat:repeat-x;
}
A.topmenu2:HOVER {
  text-decoration: none;
  background-image: url(../img/rebbk2b.gif);
  background-repeat:repeat-x;
}


.wait,.wait *{
  cursor: wait;
}

.whmask {
  display:block;
  position:absolute;
  /*
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
  background: #fff;
  */
}


