/* footer.css */

#Footer {
  background: transparent url(/images/footer.gif) no-repeat top left;
  height: 37px;
  font-size: 12px;
  margin-top: -1px;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: #0b1300;
  margin-top: 11px;
}
#Footer .FooterLinks a {
  padding: 3px;
  color: #0b1300;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/* Copyright */

#Footer .Copyright {
  font-size: 11px;
  color: #0b1300;
  padding-top: 12px;
}
#Footer .Copyright a {
  color: #0b1300;
  text-decoration: none;
}
#Footer .Copyright a:hover {
  text-decoration: underline;
}