.page-article-highlight
{
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #cc000026;
	background: #ffe4e1;
	font-size: 10pt;
}

.page-article-sub-nav {
	background-color: #f9f9f9;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 8pt;
	line-height: 125%;
}

.page-article-sub-nav>ol {
	margin: 4px 0;
	color: #666;
}

.page-article-sub-nav>ol>li {
	padding: 4px 0;
}

.page-article-btn
{
	float: right;
	margin-left: 10px
}

.page-article-title {
	margin-bottom: 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 13pt;
	color: #52565B;
}

h1 i, .page-article-btn i, .page-article-title i
{
	color: #cccccc;
	font-size: 16px;
}

h1 i:hover, .page-article-btn i:hover, .page-article-title i:hover
{
	color: #0088cc;
}

.page-article-body {
	font-size: 10pt;
	line-height: 150%;
	margin-top: 10px;
}

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

.page-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;
}

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

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

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

.page-article-body img {
	width: 100%;
	margin: 10px 0 10px 0;
}

.page-article-body:not(.hero) img {
	cursor: pointer;
}