@charset "utf-8";
/* CSS Document */

.featuredtextfp {
	height: 45px;
	font-family: Mistral, "Brush Script Std", "Edwardian Script ITC";
	color: #000;
	font-size: 36px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 249px;
	width: 598px;
	visibility: hidden;
}
.featuredtextfp a {
	color: #000;
	text-decoration: none;
	font-family: Mistral, "Brush Script Std", "Edwardian Script ITC";
	font-weight: normal;
}
.featuredtextfp a:hover {
	color: #FFF;
}


.featuredtextvisiblefp {
	height: 45px;
	font-family: Mistral, "Brush Script Std", "Edwardian Script ITC";
	color: #000;
	font-size: 36px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 249px;
	width: 598px;
	visibility: visible;
}
.featuredtextvisiblefp a {
	color: #000;
	text-decoration: none;
	font-family: Mistral, "Brush Script Std", "Edwardian Script ITC";
	font-weight: normal;
}
.featuredtextvisiblefp a:hover {
	color: #FFF;
}

