   .linksmid {
      background-image: url(../images/tile_links.gif); 
      background-repeat: repeat-x;
      height : 22px;
	  text-align:center;
	  font-size:12px;
	  vertical-align:middle;
	  color:#FFFFFF;
   }

   .linksright {
      background-image: url(../images/links_right.gif);
      background-repeat: no-repeat;
	  float:right
      width : 77px;
      height : 22px;
   } 
   
   .headermid {
      background-image: url(../images/tile_header.gif); 
      background-repeat: repeat-x;
      height : 229px;
	  text-align:center
   }

   .headerright {
      background-image: url(../images/header_right.gif);
      background-repeat: no-repeat;
	  float:right
      width : 252px;
      height : 229px;
   } 
   
   .footermid {
      background-image: url(../images/tile_footer.gif); 
      background-repeat: repeat-x;
      height : 32px;
	  text-align:center;
	  vertical-align: middle;
	  color:#FFFFFF;
	  font-size:12px;
   }

   .footerright {
      background-image: url(../images/footer_right.gif);
      background-repeat: no-repeat;
	  float:right
      width : 200px;
      height : 32px;
	  text-align:right;
	  vertical-align: middle;
	  color:#FFFFFF;
	  font-size:12px;
   } 
   
   .footlefttext {
   	  text-align:left;
      vertical-align: middle;
      color:#FFFFFF;
	  font-size:12px;
	  
   }
   
body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #00CCFF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #0000FF;
    font-weight: 700;
}