/**
 * Style rules for footer links
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
.footerLinksClass 
{
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
	white-space: nowrap;
	text-align: center;
}
.footerLinksClass a 
{
	color: #ffffff;	
	text-decoration: none;	
}
.footerLinksClass a:hover 
{
	border-bottom: 1px dotted #ffffff;	
}
.footerLinksClass IMG {	border: 0px; height: 15px; margin: 0px}

