/* Base Tags */
   /*
   A:hover {text-decoration: underline ; 
           color: #ffff00; 
           }
   */
		   
		
   td {font-family: arial;
       font-size: 10pt;
	   color: #000000;
	   }

   .tdfooter {font-family: arial;
       font-size: 8pt;
	   color: #000000;
	   }
	   
   .tdwhite{
       font-family: arial;
	   font-size: 10pt;
	   color: #ffffff;
	   }
	input {
		font-family: arial;
		font-size: 10pt;
		}
	select {
		font-family: arial;
		font-size: 10pt;
		color: #ffffff;
		background-color: #cc0000;
		font-style: italic;
		}
	.selectyellow {
		font-family: arial;
		font-size: 10pt;
		color: #0000FF;
		background-color: #ffff00;
		font-style: italic;
		}
	.ahead {
		font-family: arial;
		font-size: 10pt;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}
	   .ahead:hover { 
	           color: #ffff00; 
           }

			
		

