/* Footer is used to control the page footer text */
.footer 
	{  
		font-family: Microsoft Sans Serif, Tahoma, Verdana, Geneva,  Arial, Helvetica, sans-serif;  
		font-size: 8pt; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		text-transform: none; 
		color: #222222; 
		letter-spacing: normal; 
		text-align: center;
		word-spacing: normal
	}
/* End Footer */	

body 	
	{  
		background-color: #FFCC66;
	}

td 	
	{  
		font-family: Microsoft Sans Serif, Tahoma, Verdana, Geneva,  Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		font-variant: normal; 
		text-transform: none; 
		color: #222222; 
		letter-spacing: normal; 
		text-align: left; 
		word-spacing: normal
	}	

/* A is the default link style */
A  
   {  
		font-family: Microsoft Sans Serif, Tahoma, Verdana, Geneva,  Arial, Helvetica, sans-serif;  
		font-size: 9pt; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		text-transform: none; 
		color: #990000; 
		letter-spacing: normal; 
		text-align: left; 
		word-spacing: normal
	}
	
A:hover
	{  
		
		color: #FFB71D; 
		
	}
/* end A */