.menuCell
{
	background-image:url(/images/navbg.gif);
	background-repeat:repeat-x;
	height:27px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	text-align:center;
	background-color:#ffffff;
	color:silver;
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;

}

.main 
{
	width:765px;
	margin:0 auto;
	background-color:#FFFFFF;
}

body
{
	margin:0;
	background-color:#a7a7a7;
	background-image: url(/images/bgbg.gif);
    background-attachment:fixed;
	background-repeat: repeat-x;
}


body, table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a,a:visited,a:link,a:active
{
	color:#990000;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

.menuItem, .menuItem:active, .menuItem:visited, .menuItem:link
{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	color:#7B7B7B;
}

.sectionHeading
{
		background-color:#6699CC;
	font-weight: bold;
	color: #ffffff;
}
.sectionHeading2
{
	background-color:#efefef;
	font-weight:bold;
	color:#6699CC;
}
.sectionDesc
{
		background-color:#ffffcc;
}

.instructions
{
	background-color: #ffffcc;
}
.buttonRow
{
	border-top:solid 1px #3366CC;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}
.style6 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	font-weight: bold;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}
.border {
	padding: 10px 10px 10px 10px;
}
.style3 {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma;
}

.consultationForm TD
{
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.consultFormPage
{
	margin:0 0 0 0;
	display:none;
}

.inputBox
{
	border:solid 1px silver;
}

.requiredAsterik
{
	color:Red;
	font-size:8pt;	
}

TD.consultFormPageTitle
{
	background-color:#6699CC;
	font-weight: bold;
	color: #ffffff;
	padding:5px 5px 5px 5px;
}