body {
  margin: 0px;
  padding: 0px;
}

body, table, td, th {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

.searchInput {
  background: #CCCCCC;
  color: black;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  background: #999999;
  color: black;
  font-size: 10px;
}

.copyright {
  font-size: 10px;
}

.skiplink { 
  position: absolute; 
  left: 0px; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow:hidden;
}

.lftnavfade { 
    background: url('/template/images/sidenav_redfade.jpg');  
    background-repeat: no-repeat;
    background-position: bottom;
  background-color:  #990000;

}
