	.footerSection {
		font-size: 8pt;
		font-family: "arial", sans-serif;
	 	color: #999;
		margin : 0 auto;	
		text-align : center;	
	}
	
		/* need this too, as regular link is there for site credit */
  	.footerSection a ,
  	.footerSection .seperator { 
	 	color: #999;
		text-decoration : none;
	}
	
	.footerSection a:hover {
	 	color: #943363;
		cursor: pointer;
	}

	.footerSection a.current ,
	.footerSection a.current:hover { 
	 	color: #999;
		cursor: default;
	}
	
	.footerSection a.section {
	 	color: #999;
	}
		/* just flip back to the standard color */
	.footerSection a.section:hover { 
	 	color: #999;
	}	


	#FooterBodyLinks {
  		margin-bottom : 10px;	
	}

  	#FooterCopyright { 
  		margin-top : 10px;	
	}	


/**********************************************/

	


