.news-article-title {
	font-weight: bold;
	font-size: 12pt;
}

h2 i, .news-article-title i
{
	color: #cccccc;
	font-size: 16px;
}

h2 i:hover, .news-article-title i:hover
{
	color: #0088cc;
}

.news-article-date {
	color: #999999;
	margin-bottom: 10px;
}

.news-article-body {
	font-size: 10pt;
	line-height: 150%;
}

.news-article-footer {
	margin: 30px 0 30px 0;
}

.news-article-footer hr {
	display: block;
	padding: 0;
	margin: 10px 0;
	height: 0;
	max-height: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
	font-size: 1px;
	line-height: 0;
}

.news-article-body>table td {
	vertical-align: top;
}

.news-article-body table td p:first-child {
	margin-top: 0;
}

.news-article-body p:last-child {
	margin-bottom: 0;
}

.news-article-body img {
	cursor: pointer;
}