td.mainarea_cell {
	background-color: cell;
	color: white;
	padding: 0;
}
td.feature_thumb {
	border-top: solid white 1px;
	border-left: solid white 1px;
}
td.feature_ser_name {
	border-top: solid white 1px; /* Actually looks better with this! */
	border-left: solid white 1px;
	height: 34px;
	background-image: url(../images/ondemand_feature_bar.gif);
	padding-left: 10px;
}
td.feature_ser_name a, td.feature_ser_name a:visited {
	position: relative;  /* to make it look centered */
	top: -2px;  /* to make it look centered */
	color: white;
}
td.feature_prginfo {
	padding: 10px;
}
td.feature_prginfo a, td.feature_prginfo a:visited {
	color: black;
	font-weight: bold;
}

