.table_content_headertd {
	color:				#fff;
	background:			#2e2e2e;
	font-family:		Verdana, Arial, sans-serif;
	white-space:		nowrap;
	padding:			2px 5px 2px 5px;
}
.table_content_superheadertd {
	background:			#CCCCCC;
	padding:			2px 5px 2px 5px;
}
.table_content_td {
	color:				#000000;
	padding:			2px 5px 2px 5px;
}

.row_light {
	background:			#eee;
}
.row_dark {
	background:			#ddd;
}
.row_neutral {
	background:			#FFFFFF;
}


.row_nocolor {
	background:			none;
}

