	   .footerText
	   {
	       color: #ffffff;
	       text-decoration: none;
	       z-index: 1;
	       font-family: Arial;
	       font-size: 8pt;
	   }
	   .footerText A
       {
           color: #ffffff;
           text-decoration: none;
       }
       .footerText A:visited
       {
           color: #ffffff;
           text-decoration: none;
       }
       .footerText A:hover
       {
           color: #ffffff;
           text-decoration: underline;
       }
       
       .leftHeader
       {
	       position: absolute; 
	       width: 160px; 
	       height: 20px; 
	       z-index: 2; 
	       left: 0px; 
	       top: 0px; 
	       border: 1px solid #274355; 
	       background-image: url('../images/leftHeader.jpg'); 
	       padding-left:4px; 
	       padding-top:1px; 
	       float:left
       }
       .NewsEvents
       {
           position: absolute; 
           width: 152px; 
           height: 135px; 
           z-index: 3; 
           left: 3px; 
           top: 23px;
           overflow: auto;
       }
       
       .ResourceLink
       {
	       border:1px solid #C0C0C0; 
	       position: absolute;
	       vertical-align:middle; 
	       width: 151px; 
	       height: 25px; 
	       left: 3px; 
	       background-image: url('../images/resources.gif');
	       cursor:hand;
	       cursor:pointer;
       }
       
       
       .SideMenuLink
       {
	       border:1px solid #C0C0C0; 
	       position: absolute;
	       vertical-align:middle; 
	       width: 151px; 
	       height: 25px; 
	       left: 3px; 
	       cursor:hand;
	       cursor:pointer;
       }

       
       .SupportLink
       {
	      border:1px solid #C0C0C0; 
	      position: absolute; 
	      vertical-align:middle;
	      width: 151px; 
	      height: 25px; 
	      left: 3px; 
	      background-image: url('../images/support.gif');       
 	      cursor:hand;
	      cursor:pointer;
       }
       
       A
       {
       	  cursor:hand;
	      cursor:pointer;
		  text-decoration: underline;	
		  color:black;
       }
       
       A:hover
       {
		  text-decoration: none;	
		  COLOR: #04357b;
	   }