.button {
  background-image:url('/images/button_sm.gif');
  width:130px;
  height:33px;
  padding-left:35px;
}

.footer {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}

a:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

a:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

a:active {
  text-decoration: none;
}

/* black links */
.black_link:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.black_link:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.black_link:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.black_link:active {
  text-decoration: none;
}

.style2 {color: #5B6C93}

.style3 {color: #FFFFFF}

/* subnav links */
.sub_nav:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.sub_nav:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.sub_nav:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.sub_nav:active {
  text-decoration: none;
}

/* rexnav links */
.rex_nav:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.rex_nav:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.rex_nav:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.rex_nav:active {
  text-decoration: none;
}

.box{
  display: none;
  z-index: 1;
  position: absolute;
  padding: 10px;
  border: 1px Solid #000000;
  font-family: arial;
  top: 0px;
  left: 0px;
  text-align:left;
}
