table.services {
	border: 1px solid #006;
}

table.services th{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
table.services th.left {
	border-right: 1px solid #ccc;
}
table.services td{
	vertical-align: top;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000099;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
table.services td.left {
	border-right: 1px solid #ccc;
}

