table.tbl-services {
	border: 6px inset #8B8378;
	-moz-border-radius: 6px;
	width:100%;
}
table.tbl-services thead {
            background-color: black;
            color: white;
            text-indent: 14px;
            text-align: center;
			padding: 0.2em 2ex 0.2em 2ex;
        }
		
table.tbl-services td {
	border: 1px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}
table.tbl-services tr.d0 td {
	background-color: #FCF6CF;
}
table.tbl-services tr.d1 td {
	background-color: #FEFEF2;
}



.h1-service {
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	color: #cb60b3;
	padding-bottom: 5px;
	text-transform: none;
}
  
.serviceEntry {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #B4D8E7;
	padding-bottom: 5px;
	text-transform: none;
}

