table.servicesT
{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
	width: 600px;
	background-color: #fafafa;
	border: 1px #586e41 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;	
}


table.servicesT td.servHd
{
	border-bottom: 2px solid #586e41;
	background-color: #b4da73;
	text-align: center;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 14px;
	color: #404040;
	border-left: 1px dotted #586e41;
	padding-left:5px;
	padding-right:5px;
	padding-top:px;
	padding-bottom:2px;
}


table.servicesT td
{ 
	border-bottom: 1px dotted #586e41;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
	background-color: #CCFFFF;
	text-align: center;
	padding-left: 3px;
	border-left: 1px dotted #586e41;
	padding-left:5px;
	padding-right:5px;
	padding-top:px;
	padding-bottom:2px;

}

.servBodL { border-left: 1px dotted #586e41; }

table.servicesT th {
	border-bottom: 2px solid #586e41;
	background-color: #b4da73;
	text-align: center;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 14px;
	color: #404040;
	border-left: 1px dotted #586e41;
	padding-left:5px;
	padding-right:5px;
	padding-top:px;
	padding-bottom:2px;

}
.tableClasses{
	border-collapse: collapse;
	border-spacing: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana;
	font-size: 12px;
}
.tableClasses td.Header
{
	border-bottom: 2px #999999;
	background: #999999;
}