.FeaturedNewsletter {
	text-align: center;
	font-size: 18px;
	color: #000;
	width: 162px;
	vertical-align: top;
}
.Header {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.newscontent {
	background-color: #FFF7E7;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: "Minion Pro", "Minion Pro Med", Georgia, Garamond;
	font-size: 15px;
	text-align: left;
}
.newscontent a {
	color: #000;
}
.newsparagraph {
	font-family: "Minion Pro", "Minion Pro Cond", "Minion Pro Med";
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.FeaturedNewsletter a img {
	border: thin solid #002349;
}

