/* Global styles that handle formatting for the site's footer, legal information, back button, and everything else that's abelow the main content table. You shouldn't need to change anything here. */

/* Page Footers */

.footer { 
	font-family: Tahoma, arial, sans-serif; 
	color: #999; 
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 11px; 
	line-height: 125%;}

		.footer a {
			color: #000; 
			text-decoration: none; }
	
		.footer a:hover {
			color: #000; 
			text-decoration: underline; }
			
/* This is the class for the "Back" link */	
		
p.biggerfoot { 
	font-family: Arial, sans-serif; 
	font-size: 12px; }

		p.biggerfoot a { 
			color: #666; 
			font-weight: bold; 
			text-decoration: none; }

		p.biggerfoot a:hover { 
			color: #666; 
			font-weight: bold; 
			text-decoration: underline; }

/* This is the class for the address, phone number, etc. */	
		
p.smallerfoot { 
	font-family: Arial, sans-serif; 
	font-size: 10px;
	line-height: 100%; }

		p.smallerfoot a { 
			color: #666; 
			font-weight: bold; 
			text-decoration: none; }

		p.smallerfoot a:hover { 
			color: #666; 
			font-weight: bold; 
			text-decoration: underline; }