﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: black; 
}

td.bg
{
  background-color: #fdf7ec;
}

td.headerBG
{
	 background-image: url('images/headerBG.jpg');	
 background-repeat:repeat-x;
 background-color: #fdf7ec;
}

td.footerBG
{
	 background-image: url('images/footerBG.jpg');	
 background-repeat:repeat-x;
 background-color: #fdf7ec;
}

td.footer
{
	 background-image: url('images/footer.jpg');	

 background-color: #fdf7ec;
}
A[disabled]
{
	font-size:11px;
	 font-weight: bold;
}
a.headerLink:link
{
	color:#06367c;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}

a.headerLink:visited
{
	color:#06367c;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}


a.headerLink:Hover
{
	font-family: Arial, Sans-Serif;
	color:#666666;
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	
}

a.footerLink:link
{
	color:#ffffff;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight:normal;
}

a.footerLink:visited
{
	color:#ffffff;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight:normal;
}


a.footerLink:Hover
{
	font-family: Arial, Sans-Serif;
	color:#666666;
	text-decoration: underline;
	font-size: 10px;
	font-weight:normal;
	
}

 
.generalMenuHeader
{
	font-weight:bold;
	font: Georgia, Serif;
 color: #06367c;	
}

.menuLinkList
{
	  font-family: Arial, Sans-Serif;
	font-size: 11px;
	  font-weight: normal;
	 color: #5087e2;
	 text-decoration: none;
	 cursor:hand;
}
img.providerThumb
{
	cursor:hand;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}
      
      .close
      {
      	color: #5087e2;
		font-family: Arial;
		font-size: 11px;
		cursor:hand;		
      }
      
      .invalidBox
{
	background: #FFDDDD;
	
}
