/* Style for the footer for pages with black background in footer area */

.footer {   
	text-align: center; 
	color: #FFFFFF; 
/*	vertical-align: middle; */
	background-color: #000000;
}
.footer:link {  
	color: #FFFFFF;
/*	text-decoration: underline;*/
}
.footer:visited {   
	color: #FFFFFF; 
/*	text-decoration: underline;*/
}
.footer A {
	color: #FFFFFF;
/*	text-decoration: underline;*/
} 
.footer A SPAN {   
	font-size: .85em; 
/*	text-decoration: underline;*/
}
.footer A IMG {	
	height: 1em; 
	border: 0; 
	vertical-align: middle; 
}
.black {
	background-color: #000000;
}
