/** Tabular Data */
	table { color:#24245C; width:100%;   border-collapse:collapse; }
	thead {	 }
	thead th { padding: 0 0.1em .5em 0; font-size:160%; color:#BE222A; text-align:left; }
	thead tr { }
	td {  font-size:95%; }
	tbody tr.feature td { background:url("../../images/icon_check.jpg") no-repeat center left; padding: 9px 24px  ; font:bold 130% Helvetica, Arial; color:#333 }
	tbody tr.featuredetail td { background:url("../../images/icon_check.jpg") no-repeat center left; padding: 9px 24px  ; font:bold 95% Helvetica, Arial; color:#333 }

	tfoot { }
	tfoot td { 	padding-bottom:1.5em; }
	tfoot tr { }
	* html tr.underline td { border-bottom:1px solid #DE2121; }

