/* CSS Document */

body{
  background-color:#000000;
  color:#FFFFFF;
  }


a.black{
  color: #FFFFCC;   
  text-decoration:none;
  }
  
a.white{
  color: #FFFFFF;   
  text-decoration:none;
  }

a.white:visited{
  color: #FFFFFF;   
  text-decoration:none;
  }

a.white:hover{
  color: #FFFF00;   
  text-decoration:none;
  }


table.main{
  background-image: url(../imagez/_black/main_content_bgnd.jpg);
  background-repeat: repeat-x;
  }

body.main{
  background-image: url(../imagez/_black/main_content_bgnd.jpg);
  background-repeat: repeat-x;
  }
    
td.white{
  background-color: white;
  font-family: arial; 
  color: black;
  }
td.scroller{
  background-image:  url(../../_mhSchools/_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;
  }
td.black_corner{
  background-color: black;
  }
tr.blue{
  background-color: #000066;
  font-family: arial; 
  color: white;
  }

blue{
  
  font-family: arial; 
  color: white;
  }  

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


