/* CSS Document */

#benefits tr  {

	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: 000;
	vertical-align: text-top;
	  }
	  
#benefits tr th {
	background-color: #007c66;
	color: #fff;
	font-weight: normal;
	padding: .5em;

	}
	
#benefits tr td.first, #benefits tr td.third {
		background-color: #99bebd;
	}
	
		
#benefits tr td.second {
		background-color: #c3e5e4;
	}
	

#benefits tr td.line { height: 0px; padding: 0; margin:0; background: #55716c url(/images/line.gif) 0 0 repeat-x; }
		
		
	



