html, body {
      	height: 100%;
      	margin: 0;
      	padding-top: 20px;
      	background-image: url(images/background.jpg); 
		background-repeat: repeat; }  
	  	

A:link    { text-decoration: none; color: #FF9900; }
A:active  { text-decoration: none; color: #FF3300; }
A:visited { text-decoration: none; color: #cc0000; }
A:hover	  {	text-decoration: underline; color: #66FF00;
}

		
			
.td 	{ 	font-family: Letter Gothic Std; Footlight MT Light, Arial, Helvetica, sans-serif; 
			font-size: 12pt;
			color: #000000; font-weight: 400;
            padding-left: 5px;
            padding-right: 5px;
			text-align: left; vertical-align: top; } 			
				   
.links 	{ 	font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt;
			color: #1e90ff; font-weight: 600;
			line-height: 120%;
            text-align: center; } 				   
		                    

           
			

