/* Comments Stylesheet
Defining appearance for comments, for any author */

div.comment
{
	margin: 4px 2px;
	padding: 4px 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #808080;
	font-family: Arial, Bitstream;
	font-size: 9pt;
	width: 98%;
}

div.reply
{
	background-color: #00000;
}

div.replyform
{
	display: none;
}

div.color
{
	background-color: #C0C0C0;
}

div.comment h1
{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 0;
}

div.comment h2
{
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
}

div.comment p.commenttext
{
	margin: 8px 0px 8px 0px;
	text-align: justified;
	text-indent: 8px;
}

.disclaimer
{
	display: block;
	margin-bottom: 8px;
	color: #808080;
	font-variant: small-caps;
}

a.commentlink, a.commentreply
{
	font-family: Courier New, Monospace;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	color: #0080c0;
}
