/* Paging */
span.current {
  font-size: 16pt;
  font-weight: bold;
}

.tbheadlinkwhite {
  color: #ffffff;
  display: block;
  padding: 2px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #cccccc;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #666666;
}
.tbheadlinkwhite a:link {
  color: #ffffff;
  text-decoration: none;
}
.tbheadlinkwhite a:visited {
  color: #ffffff;
  text-decoration: none;
}
.tbheadlinkwhite a:hover {
  color: #333333;
  text-decoration: underline;
}
.tbheadlinkwhite a:active {
  color: #333333;
  text-decoration: underline;
}

.rightcat a:link {
  color: #333366;
  text-decoration: none;
}
.rightcat a:visited {
  color: #333366;
  text-decoration: none;
}
.rightcat a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.rightcat a:active {
  color: #ff0000;
  text-decoration: underline;
}