
td.list {
  font-family: "Gill Sans",sans-serif;
  font-size: 8pt;
  text-align: center;
  font-weight: bold;
}

a.list:link,a.list:visited {
  text-decoration: none;
  color: #444444;
}

a.list:hover {
  text-decoration: underline;
  color: #8d5522;
}

.pageNumbers {
  text-align: center;
  font-family: "Gill Sans",sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
}
a.numbers:link,a.numbers:visited {
  color: #999999;
  text-decoration: none;
}
a.numbers:hover,a.numbers:active {
  color: #333333;
  text-decoration: underline;
}

