/* Start of CMSMS style sheet 'News' */
.NewsSummary {
	padding: 4px;
	border: 1px solid #BAC3D4;
	margin-bottom: 10px;
}
.NewsSummaryPostdate {
	background-color: #60769D;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
.NewsSummaryLink {
	font-weight: bold;
}
.NewsSummaryLink a {
	color: #60769D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC3D4;
	display: block;
	padding-bottom: 5px;
}
.NewsSummaryLink a:hover {
	color: #EFB112;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCD00;
	display: block;
	padding-bottom: 5px;
}
.NewsSummaryMorelink {
	color: #60769D;
	text-decoration: none;
}
.NewsSummaryMorelink a {
	color: #60769D;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.NewsSummaryMorelink a:hover {
	color: #EEB00F;
}
#NewsPostDetailDate {
	background-color: #60769D;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
#NewsPostDetailPrintLink a {
	color: #60769D;
	text-decoration: none;
	font-weight: bold;
}
#NewsPostDetailPrintLink a:hover {
	color: #ECB011;
	text-decoration: none;
	font-weight: bold;
}
#NewsPostDetailReturnLink a:hover {
	color: #ECB011;
	text-decoration: none;
	font-weight: bold;
}
#NewsPostDetailReturnLink a {
	color: #60769D;
	text-decoration: none;
	font-weight: bold;
}

/* End of 'News' */

