div.article {
	clear: both;
	text-align: left;
}
div.article .ahead {
	padding-bottom: 3px;
}
div.article .ahead .title {
	margin-bottom: 2px;
	font-size: 14pt;
	clear: both;
}
div.article .ahead .date {
	padding-bottom: 7px;
	font-size: 8pt;
	float: right;
	text-align: right;
	width: 150px;
}
div.article .ahead .author {
	padding-bottom: 7px;
	font-size: 8pt;
	float: left;
	text-align: left;
}
div.article .ahead .author_name {
	font-style: italic;
	font-size: 10pt;
}
div.article .abody {
	clear: both;
}
div.article .afoot {
	padding-top: 15pt;
}

table.article {
	clear: both;
	text-align: left;
	width: 100%;
}
table.article .header {
	padding-bottom: 3px;
}
table.article .title {
	margin-bottom: 2px;
	font-size: 14pt;
	clear: both;
}
table.article .date {
	padding-bottom: 7px;
	font-size: 8pt;
	float: right;
	text-align: right;
	width: 150px;
}
table.article .author {
	padding-bottom: 7px;
	font-size: 8pt;
	float: left;
	text-align: left;
}
table.article .author_name {
	font-style: italic;
	font-size: 10pt;
}
table.article .afoot {
	padding-top: 15pt;
}


.article_comments {
	width: 100%;
	margin-top: 15px;
}
.article_comments .title {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5pt;
}
.article_comments .comment {
	width: 100%;
	text-align: left;
	margin-bottom: 25pt;
}
.article_comments .top td {
	border-bottom: 1px solid black;
}
.article_comments .top .num {
	width: 20px;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
}
.article_comments .top .name {
	font-weight: bold;
}
.article_comments .top .date {
	text-align: left;
	font-size: 8pt;
	width: 180px;
}
.article_comments .top .link {
	text-align: right;
	font-size: 8pt;
	width: 50px;
}
.article_comments .top .link a {
	text-decoration: none;
}
.article_comments .bottom .body {
	padding-top: 4pt;
}