/* CSS Document */
<style type="text/css">
<!--
.style1 {color: #0000FF}
.style2 {color: #FF6633}
.style3 {color: #FF6600}
.title
{
	background-color: #FFFFFF; 
	color: #0099FF;
	font-family: Verdana;
	font-size: 19px;
}

body, td {
	font-family: Verdana;
	font-size: 13px;
}

.pl {color: #FF0000; }
.sl {color: #C0C0C0; }
.bl {color: #0000FF; }
.hl {color: #008000; }
.el {color: #800080; }

-->
</style>

table.fancytable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
}
table.fancytable tr:hover {
   background: snow !important;
}
table.fancytable th, table.fancytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.fancytable th {
  background: gainsboro;
  text-align: left;
}
table.fancytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.servicesT tr:hover {
   background: yellow !important;
}

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: left;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; }