/* CSS Document */

body{
  background-image: url(../_img/background_grad.png);
  background-repeat: repeat-x;
  }
 
a.blue{
  color: red;
  text-decoration:none;
  }
  
td.white{
  background-color: white;
  font-family: arial; 
  color: black;
  }
td.scroller{
  background-image: url(../_img/scroller_bgnd.jpg);
  background-repeat: no-repeat;
  font-family: arial; 
  color: black;
  
  
  }
tr.white{
  background-color: white;
  font-family: arial; 
  color: black; 
  }
  
td.blue{
  background-color: #000066;
  font-family: arial; 
  color: white;
  }
tr.blue{
  background-color: #000066;
  font-family: arial; 
  color: white;
  }

tr.header{
  height: 63px;
  background-image: url(../_img/header_bgnd.png);
  background-repeat: repeat-x;
  }
  
tr.title{
  background-image: url(../_img/lower_title_bgnd.png);
  background-repeat: repeat-x;
  }

