/* Start of CMSMS style sheet 'news' */
.NewsSummary {
	width: 750px;
	background-image: url('images/content_footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
}
.NewsSummaryPostdate {
	font-size: 12px;
	text-align: center;
	background-image: url('images/content_header.png');
	background-repeat: no-repeat;
	width: 750px;
	height: 20px;
	padding-top: 20px;
}
.NewsSummaryName {
	font-size: 18px;
	padding: 10px 10px 10px 10px;
}
.NewsSummaryContent {
	margin-right: 10px;
	margin-left: 10px;
}
#newsPageNumber {
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#newsPageNumber a {
	text-decoration: none;
}
#newsPageNumber a:hover {
	text-decoration: underline;
}

/* End of 'news' */

