body {
	font-family: Arial, verdana, sans-serif;
}
p, ul, ol {
	font-size: 10pt;
	line-height: 14pt;
}
#titlebar, #articlefooter, #leftcontent, #rightcontent, #commentform, #navlist, #bookmarkslist {
	display: none;
}
p.next_page_link {
	display: none;	
}
.page_header .textleft {
	display: none;
}
.article_page {
	display:block !important;
}
#articlebody h1 {
	font-size: 14pt;
	margin-top: 18pt;
	margin-bottom: 8pt;
}
#articlebody p.summary {
	font-weight: bold;
}
#articlebody p {
	margin-top: 4pt;
	margin-bottom: 8pt;
}
#articlebody h2 {
	font-size: 12pt;
	margin-top: 16pt;
	margin-bottom: 4pt;
	color: #666;
}
#articledetails {
	border: solid 1px #999;
	padding: 8pt;
	overflow: auto;
}

#articledetails p {
	float: left;
	width: auto;
	margin: 4pt;
	margin-right: 8pt;
}
#commentwrapper h2 {
	display:none;
}
.comment {
	border: dashed 1px #ccc;
	padding: 8pt;
	margin-top: 4pt;
}
.comment h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 4pt;
	margin-bottom: 4pt;
}
.comment h4 span {
	margin-right: 8pt;
}
.comment p {
	margin-top: 4pt;
	margin-bottom: 4pt;
	margin-left: 8pt;
}
.comment .replytothis {
	display: none;
}

/* additional styles for results listings */

.multi {
	border-bottom: dotted 1px #ccc;
}
.multi a {
	text-decoration: none;
}
.multi img {
	display: none;
}
.multi p {
	margin-top: 4pt;
	margin-bottom: 4pt;	
}
.multi .result_title {
	font-weight: bold;
	margin-top: 8pt;
}
.multi .result_summary {

}
.multi .result_date {
	font-size: 8pt;
	color: #ccc;
	text-align: right;
}