.graylink a:link, .graylink a:visited {
  text-decoration: none;
  color: silver;
}
.graylink a:hover {
  text-decoration: underline;
  color: #003399;
}
.graylink a:active {
  text-decoration: none;
  color: silver;
}
.redhead {
  background: url("/resources/images/red_head_bg.png") repeat-x 100% top;
  float: left;
  height: 73px;
  width: 100%;
  color: #e8e8e8;
  font-weight: bold;
  font-size: 12px;
}
.redhead3 {
  background: url("/resources/images/red_head_logo3.png");
  /* float: left; */
  height: 73px;
  width: 990px;
  color: #e8e8e8;
  font-weight: bold;
  font-size: 12px;
}
.redhead .stats {
  position: absolute;
  left: 770px;
  top: 22px;
}
.redhead3 .stats2 {
  position: absolute;
  left: 770px;
  top: 22px;
}
.redheadtr {
  background: url("/resources/images/red_head_bg.png") repeat-x 100% top;
  height: 73px;
  width: 100%;
  color: #e8e8e8;
  font-weight: bold;
  font-size: 12px;
}
.redheadartbar {
  color: #0080AF;
  font-size: 12px;
  font-weight: bold;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.redpagebar {
  background:url(../images/red_head_bg.png) center left repeat;
  border-bottom: 1px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  height: 18px;
}


