/* color.css
 * ************************************************************************
 * Site specific colors.
 *
 * all colors that are site specific must be defined here and this be the
 * last included stylesheet.
 */

BODY {
  background-color: #A7A9AC;
}

A {
  color: #9D0400;
}

H2 {
  background-image: url(/images/bg620.png);
  background-repeat: repeat-y;
  color: #FFF;
  background-color: #810505;
}
H3 {
  background-image: url(/images/bg620.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #9C0306;
}
H4 {
  color: #9C0306;
}

.top A {
  color: #000;
  text-decoration:none;
}
.top A:hover {
  color: #000;
  text-decoration:underline;
}


.grey1 {
  background-color: #DEDEDE;
}

TABLE.menu {
  background-color: #FFF;
}
TABLE.menu TD {
  border-bottom: 2px #FFF solid;
}

.menu-link {
  background-color: #810505;
}
.menu-link A {
  color: #FFF;
}

.menu-sublink {
  background-color: #DEDEDE;
}
.menu-sublink A {
  color: #000;
}









.left {
  background-color: #FFF;
}

.right {
  background-color: #FFF;
}

.mid {
  background-color: #FFF;
}

DIV.content {
  background-color: #EFE9EB;
}

TABLE.content {
  background-color: #EFE9EB;
}

.content-highlight {
  background-color: #F2DADA !important;
}
.content-white {
  background-color: #FFF !important;
}

.alt0 {
  background-color: #F2DADA;
}
.alt1 {
  background-color: #D7D7D7;
}
.alt2 {
  background-color: #FFF;
}
.alt3 {
  background-color: #E6D2D3;
}

.title B {
  color: #9D0400;
}

.sig B {
  color: #9C0306;
}
.sig {
  color: #000;
}

.linkbar B {
  color: #9C0306;
}

.local-menu {
  background-color: #EBCDCD;
}

.stationbar {
  background-color: #FFF;
}

/* *** page footer ******************************************************** */
.bottom {
  border-top: 2px #C2C2C2 solid;
}
.bottom TD {
  color: #828282;
}
.bottom A {
  color: #828282;
}
/* *** END page footer **************************************************** */

.black {
  color: #000 !important;
}
.white {
  color: #FFF !important;
}

.menu-RRA {
  background-color: #F00 !important;
}
.menu-RRC {
  background-color: #F90 !important;
}
.menu-AS {
  background-color: #73BE1E !important;
}
.menu-RRI {
  background-color: #31B5CE !important;
}
