.HtmlBlock 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Lucida Console, Courier New;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 6px 12px 12px 4px;
	width: 90%;
}

.HtmlBlockFancy 
{
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Segoe UI, Tahoma, Verdana, Arial Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 2px dashed #cccccc;
	color: #000000;
	margin: 6px 6px 6px 6px;
	padding: 8px 8px 8px 8px;
	width: 90%;
}

.HtmlTagName
{
	color: #800000;
}

.HtmlTagBracket
{
	color: #0000FF;
}

.HtmlAttribute
{
	color: #FF0000;
}

.HtmlAttributeValue
{
	color: #0000FF;
}

.HtmlTagText
{
	color: #FF00FF;
}

.HtmlComment
{
	color: #008000;
}




.DtdTagBracket
{
	color: #0000FF;
}

.DtdTagName
{
	color: #800000;
}

.DtdAttribute
{
	color: #FF0000;
}

.DtdAttributeValue
{
	color: #0000FF;
}

.DtdText
{
	color: #FF00FF;
}


