@charset "utf-8";
/* CSS Document */
.fouColElsHdrFtr #footer {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0 10px;
	background: #047391;
	font-family: "Copperplate Gothic Bold", "Arial Black", "Britannic Bold", sans-serif;
	}

.fouColElsHdrFtr #footer p{
	text-align: center;
	margin: 5px 0;
	padding: 10px 0;
}
.fouColElsHdrFtr #footer span.address{
	font-family:"Bradley Hand ITC", "Caflisch Script Pro Regular", "Brush Script MT", Calligrapher, "Lucida Calligraphy", "Lucida Handwriting", cursive;
	font-size: .95em;
}
.fouColElsHdrFtr #footer a:link { 
	color: #000; 
	text-decoration: none;
}
.fouColElsHdrFtr #footer a:visited {
	color: #431E2F;
	text-decoration: none;
	font-weight: normal;
}

.fouColElsHdrFtr #footer a:active { color: #666; }

.fouColElsHdrFtr #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

