/* Start of CMSMS style sheet 'news' */
h3 a {
	font-size: 20px;
	text-decoration: none;
}
.FAQ #primaryContent h2, .FAQDetail #primaryContent h2{
	background: url(images/faqs_headline.gif) 0 0 no-repeat;
	height: 44px;
	text-indent: -9999px;
}
.FAQ h3, .FAQDetail  #NewsPostDetailTitle  {
	color: #2987a3;
	font-size: 20px;
	text-decoration: none;
}
.faqItem {
	background: url(images/bgFAQItem.jpg) 0 0 no-repeat;
	margin-top: 10px;
	padding-left: 50px;
}
.News #primaryContent h2, .NewsDetail #primaryContent h2 {
	background: url(images/news_headline.gif) 0 0 no-repeat;
	height: 44px;
	text-indent: -9999px;
}
.News h3 a, .NewsDetail #NewsPostDetailTitle {
	color: #c545c5;
	font-size:20px;
}
p {
	color: #454545;
	font-size: 14px;
	margin: 10px 0;
}
p.lnkReadMore {
	color: #fff;
	font-size: 0px;
}
.lnkReadMore a {
	background: url(images/btnReadMore.gif) 0 0 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 23px;
	width: 84px;
}
.lnkReadMore a:hover{
	background-position: 0 -23px;
}
.newsItem {
	background: url(images/hr.jpg) 0 bottom no-repeat;
	margin-top: 10px;
	padding-bottom: 20px;
}
.News #textContent .container, .NewsDetail  #textContent .container  {
	height:auto;
	overflow:auto;
}
/* End of 'news' */

