<!--
table.features
		{
			margin-top: 8px;
	    }
	    
		table.features td
		{
			border-top: 1px solid #AAAAAA;
			padding-top: 3px;
			padding-bottom: 9px;
		}
		
		table.features tr.oddrow td
		{
			background-color: #F9F9F9;
		}
		
		table.features td.featureName
		{
			text-align: top;
			padding-right: 6px;
			width: 28%;
		}
		
		table.features td.featureDescription
		{
			border-left: 1px dotted #BBBBBB;
			padding-left: 6px;
			color:#333333;
		}
		-->