A {
 color: inherit;
 text-decoration: none;
}

div#footer {
  font-size: 12px;
  font-family: Arial;
  letter-spacing: 2px;
  text-align: center;
}

div#innerheader {
  height: 172px;
  margin:0px;
}
  
div#footer SPAN {
  padding-left: 25px;
  padding-right: 25px;
}

div#headertop {
  background: url('../design-images/head_topgradient.png');
  height: 30px;
  color: white;
}

div#headertext {
  text-align: right;
  height: 20px;
  width: 600px;
  position: relative;
  top:7px;
  left: 320px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 1px;
}

div#headergfx {
  width: 950px;
  height: 124px;
  margin: 0px;
  overflow: hidden;
}

div#headerbottom {
  background: url('../design-images/head_bottomgradient.png');
  width: 950px;
  height: 18px;
  margin: 0px;
  overflow: hidden;
}

div#topmenu {
  background: #0093dd;
  height: 20px;
  color: white;
  font-family: Arial;
  margin-top: 3px;
  margin-bottom: 3px;
}

div#topmenu A{
  color: white;
}

div#topmenu SPAN{
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: bold;
}

div#topmenu .split{
  display: inline;
  overflow: hidden;
  background: url('../design-images/topmenu-splitter.png');
}

div#innerfooter {
  background: url('../design-images/head_bottomgradient.png');
  margin-top: 2px;
  margin-bottom: 1px;
  height: 18px;
}



