/* Start of CMSMS style sheet 'tables' */
@charset "UTF-8";
/* CSS Document */

table.servicesT
{
	
	width: 800px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.servicesT td.servHd
{
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}


table.servicesT td
{
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 20px;
}

.servBodL {
} 
/* End of 'tables' */

