/* This CSS controls the footer on Map.Hamilton.ca */

.FooterTable
{
	color: #FFFFFF;
	background-color: Transparent;
	width:100%;
	height: 100%;
	font-family: Arial;
	font-size: 8pt;
	border-collapse: collapse;
	float:left;
	clear:both;
}

.FooterTable td
{
	text-align: left;
	padding-top: 6px;
	font-size: 8pt;
}

#Footer a
{
	text-decoration: none;
	color: #FFF;	
	float: right;	
	font-size: 8pt;
}

#Footer a:hover
{
	color: #FF0000;	
}
