.article {
	clear: both;
	text-align: left;
}
.article  .title {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 14pt;
}
.article  .byline {
	padding-top: 2pt;
	font-size: 10pt;
	font-weight: normal;
}
.article  .author {
}
.article  .date {
}

.article  .footer {
	clear: both;
	text-align: right;
	font-size: 8pt;
	margin-top: 10pt;
	margin-bottom: 20pt;
}
.article  .footer  a {
	margin-left: 10pt;
	text-decoration: none;
}

.article  .headlines {
	margin-bottom: 20pt;
}
.article  .headlines  .line1 {
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
}
.article  .headlines  .line2 {
	padding: 2px 2px 2px 2px;
	background-color: white;
}
.article  .headlines  .date {
	margin-right: 10pt;
	font-size: 10pt;
	font-weight: bold;
}
.article  .headlines  .title {
	font-size: 10pt;
	font-weight: normal;
}
.article  .headlines  .ctitle {
	font-size: 10pt;
	font-weight: bold;
}

.article  .comments {
	width: 100%;
	text-align: left;
}
.article  .comments  .top  td {
	border-bottom: 1px solid black;
	padding-bottom: 2pt;
}
.article  .comments  .top  .num {
	padding-left: 2px;
	padding-top: 2px;
	font-size: 8pt;
	border-bottom: 0px;
}
.article  .comments  .top  .name {
	font-weight: bold;
	width: 60%;
}
.article  .comments  .top  .date {
	text-align: right;
	font-size: 8pt;
	width: 30%;
}
.article  .comments  .top  .link {
	text-align: right;
	font-size: 8pt;
	width: 7%;
}
.article  .comments  .top  .link  a {
	text-decoration: none;
}
.article  .comments  .body {
	padding-top: 4pt;
	padding-bottom: 25pt;
}

.article  .comment_form {
	text-align: left;
}
.article  .comment_form  .note {
	font-size: 8pt;
}

