body{
	background-color: #ffffff;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
}

A:link    { color: #660000; }
A:visited { color: #660000; }
A:active  { color: #660000; }

.topRow  {
	background : #660000;
	color      : #ffffff;
}


.navRow {
	background : #d1d1a1;
	color      : #660000;
}

.navCol{
	background : #d1d1a1;
	color      : #660000;
}

.datasetTable TH{
	background : #cccccc;
	text-align : left;
}

.datasetTable TD{
        font-weight : bold;	
}

.TableWithHeader TH{
	background : #cccccc;
}

.solParamTable TH{
	background : #cccccc;
	text-align : left;
}

.solParamTable TD{
        font-weight : bold;	
}

.featureTable TH{
	background : #cccccc;
	text-align : left;
}

.clusterSolTable TH{
	background : #cccccc;
}

.solTopRow{
	background : #d1d1a1;
	text-align : left;
}

