/*
  $Id: stylesheet.css $
*/


BODY {
font-family: Verdana; background-position: center top; background-image:url('../images/bg.jpg'); background-repeat:repeat-x; background-attachment:scroll
}

h1 {
font-family: Verdana;
font-size: 8px; color:#808080
}

h2 {
font-family: Verdana;
font-size: 10px; color:#808080
}

A {
  color: #FF0000;
  text-decoration: none
}

A:hover {
  color: #FF0000;
  
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF; color:#808080
}

TD.headerNavigation {
  font-family: Verdana;
  font-size: 10px;
  background: #FFFFFF;
  color: #808080;
  font-weight : bold
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Verdana;
  font-size: 10px;
  background: #FFFFFF;
  font-weight: bold
}