BODY {
  background: #cccccc;
  background-image: url('images/bg.gif');
  font-family: Arial;
  margin: 0px;
}

A {
  color: #0079c2;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

A:hover {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

TD.main {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  font-weight: normal;

}

TD.title {
  font-family: Arial;
  font-size: 26px;
  color: #666666;
  font-weight: bold;

}

TD.header {
  font-family: Arial;
  font-size: 12px;
  color: #0079c2;
  font-weight: normal;

}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  font-weight: bold;

}

TD.navigation {
  font-family: Arial;
  font-size: 14px;
  background: #0079c2;
  background-image: url('images/nav_bg.gif');
  color: #ffffff;
  font-weight : bold;
  
}

A.navigation { 
  color: #FFFFFF; 
}

A.navigation:hover {
  color: #cccccc;
}