/* Base Tags */
   A:hover {text-decoration: underline ; 
           color: cc0000; 
           }
		   
   body {background-color:#ffffff;
		background-attachment:fixed;
		background-repeat:no-repeat;
		background-position:center;
		}
		
   td {font-family: arial;
       font-size: 10pt;
	   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;
		}
	.selectred {
		font-family: arial;
		font-size: 10pt;
		color: #ffffff;
		background-color: #cc0000;
		font-style: italic;
		}

			
		

