.news h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #2b69b5;
}
#short-summary h2 {
}

.news .news-item {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}
#short-summary .news-item {
	margin-bottom: 2px;
	padding-bottom: 12px;
	line-height: 11pt;
}
#full-summary .news-item {
	padding: 14px 0;
}
#news-detail .news-item {
	border: 0;
}

.news .news-title {
	padding: 4px 0;
	font-weight: bold;
}
#news-detail .news-title {
	padding-bottom: 14px;
}
#short-summary .news-title {
	font-size: 9pt;
}

.news .news-title a {
	color: #4887d4;
}

.news .news-item a {
	color: #4887d4;
	text-decoration: none;
}
#news-detail .news-item a {
	text-decoration: underline;
}

.news .news-item a:hover {
	text-decoration: underline;
}

.news .news-date {
	font-size: 8pt;
	color: #8a8a8a;
}

.news .read-more-link a {
	white-space: nowrap;
	color: #4887d4;
	text-decoration: none;
}
.news .read-more-link a:hover {
	text-decoration: underline;
}

.news #content {
	margin-bottom: 0px;
}

#news-detail .news-footer {
	margin-top: 5pt;
	padding-top: 5pt;
	/*border-top: 1px solid #e5e5e5;*/
}

#news-detail .news-footer .more-news {
	text-decoration: none;
}
#news-detail .news-footer .more-news:hover {
	text-decoration: underline;
}

.news .page-nav {
	padding: 5px 8px;
	background-color: #eaf4ff;
}

.news .page-nav a {
	padding: 0 2px;
	color: #4887d4;
	font-weight: bold;
	text-decoration: underline;
}

