/*-------------------------------------HTML---------------------------------*/
	
a.footerTopLink {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;	
}
	
a.footerTopLink:hover {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	
}

a.footerBottomLink {
	color:#333333;
	font-size:10px;
	text-decoration:none;		
}

a.footerBottomLink:hover {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
	
	
/*-------------------------------------ID---------------------------------*/		

#contentFooter {
	margin:0px 20px 0px 20px;
}
	
#contentFooterBottom {
	background:#FFFFFF;
	color:#333333;
	font-family:arial;
	font-size:9px;
	height:22px;
}
	
	
#contentFooterTop {
	background:#63AC1F;
	color:#FFFFFF;
	font-family:arial;
	font-size:9px;
	height:22px;
}
			
#footerBottomLinksContainer{
	padding-top:4px;
}
		
#footerTopLinksContainer{
	padding-top:4px;
}
			

			

	
		
