div.content table td  { font-size: 13px; }

.nobottommargin {
	margin-bottom: 0;
}

.notopmargin {
	margin-top: 0;
}

ul.nomarks {
	list-style: none outside none;
}

table.services_price td.top, table.services_price th.top {
	border-top: 1px solid rgb(213, 219, 232);
}

table.services_price td.left, table.services_price th.left {
	border-left: 1px solid rgb(213, 219, 232);
}

table.services_price td, table.services_price th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 5px;
}

table.services_price th {
	background-color: #dcdcdc;
}


