/* Benefits/savings for your business table */

div#content table#benefits {
	margin-bottom: 3em;
	color: #fff;
}

div#content table#benefits th {
	color: #fff;
}

div#content table th.b {
	background: rgb(61,90,117);
}

div#content table .b {
	background: rgb(72,104,134);
}

div#content table .m {
	background: rgb(52,64,86);
}

div#content table th.m {
	background: rgb(41,51,68);
}

div#content table .nm {
	background: rgb(120,0,0);
}

div#content table th.nm {
	background: rgb(100,0,0);
}

div#content table .s {
	background: rgb(74,112,51);
}

div#content table th.s {
	background: rgb(62,92,44);
}

div#content p.savings {
	font: italic 2.4em/1.2 Georgia, "Times New Roman", Times, serif;
	color: rgb(100,100,100);
}


