/* TABLE DESIGN */

.servicesTh
{ 
border-bottom: 2px solid #CC0000;
background-color: #3399CC     ;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
padding-bottom: 4px;
}

table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #000000;
background-color: #fafafa;
/*border: 1px #6699CC solid;*/
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: center;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; }
.servBodR { border-right: 1px dotted #CEDCEA; }

