<!--
/* headingDx */
.heading
	{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
	font-size: 14px;
	line-height:1.2em;
	font-weight: bold;
	}

/* table */
table
	{
	margin-top: 20px;
	}

-->