/* FOOTER */ 

#footer_maptp {
	color: #002d5e;
	border: 0px solid red;
	width: 100%;
	height: 40px;
	text-align: center;
	margin: 5px auto;
	clear: both;
	overflow: hidden;
}

#footerLeft_maptp {
	float: left;
	width: 45%;
	height: 40px;
	overflow: hidden;
	color: #002d5e;
	border: 0px solid red;
	text-align: left;
}

#footerRight_maptp {
	float: right;
	width: 50%;
	height: 40px;
	overflow: hidden;
	color: #666666;
	border: 0px solid red;
	text-align: right;
	font-size: 11px;
}

div #footerLeft_maptp a:link {
	color: #002d5e;
	text-decoration: none;
	font-size: 11px;
}

div #footerLeft_maptp a:visited {
	color: #002d5e;
	text-decoration: none;
	font-size: 11px;
}

div #footerLeft_maptp a:hover {
	color: #002d5e;
	text-decoration: underline;
	font-size: 11px;
}

div #footerLeft_maptp a:active {
	color: #002d5e;
	text-decoration: none;
	font-size: 11px;
}

div #footerRight_maptp a:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

div #footerRight_maptp a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

div #footerRight_maptp a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}

div #footerRight_maptp a:active {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}






