/* CSS Document */

	
	
.copy 	
	{	font-family: Palatino, Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		line-height: 14px;
		text-decoration: none;
		color: #000000;
		font-weight: normal
	}		

a.copy 	
	{	
		text-decoration: underline;
		color: #0000cc;
		font-weight: normal
	}		
	

a.copy:hover 	
	{	
		text-decoration: none;
		color: #000099;
		font-weight: normal
	}		


		
.title 	
	{	font-family: Palatino, Georgia, Times New Roman, Times, serif;
		font-size: 16px;
		line-height: 16px;
		text-decoration: none;
		color: #000066;
		font-weight: bold
	}		
		
.button 	
	{	font-family: Palatino, Georgia, Times New Roman, Times, serif;
		font-size: 20px;
		line-height: 30px;
		text-decoration: none;
		color: #666666;
		font-weight: bold
	}					
		
a.button 	
	{	
		text-decoration: none;
		color: #000066;
	}			
a.button:hover 	
	{	
		text-decoration: none;
		color: #666666;
	}			
