﻿body {
}
.heading
{
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
	color:Maroon;
}
.heading2
{
	font-family:Arial;
	font-size:small;
	color:Maroon;
	font-weight:bold;
}
table.Reg
{	
font-family: Verdana;
font-weight: Bold;
font-size: 12px;
color: #404040;
width: 70%;
/*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.Reg td
{
border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 12px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;
} 

table.Reg td.W1
{
	width:30%;
}

