body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}
body {
	background-color: #CEDDEA;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

a {
   outline: none;
}


.normal {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.normalwhite {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.normalbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.normal a:link {
	font-size: 12px;
	color: #5774A5;
	text-decoration: underline;
	
}

.normal a:visited {
	font-size: 12px;
	color: #5774A5;
	text-decoration: underline;
}
.normal a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #5774A5;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #000000;
}

.footer a:link {
	font-size: 10px;
	color: #5774A5;
	text-decoration: none;
}

.footer a:visited {
	font-size: 10px;
	color: #5774A5;
	text-decoration: none;
}
.footer a:hover {
	font-size: 10px;
	color: #5774A5;
	text-decoration: underline;
}

.ParaHead {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #3C5C93;
	}
	
.ParaHeadWhite {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #ffffff;
}	


.ParaHeadGreen {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6AB55E;
}	


.ParaHeadGreen a:link {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6AB55E;
}

.ParaHeadGreen a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6AB55E;
	text-decoration: underline;
}

.ParaHeadGreen a:visited {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6AB55E;
}	

.SubHeadGreen {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #6AB55E;
	
}


.SubHead {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #3C5C93;
	
}



.footerbold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.footerbold a:link {
	font-size: 10px;
	color: #5774A5;
	text-decoration: underline;
}

.footerbold a:visited {
	font-size: 10px;
	color: #5774A5;
	text-decoration: underline;
}
.footerbold a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #5774A5;
	text-decoration: underline;
}

#dhtmltooltip{
position: absolute;
width: 300px;
border: none ;
padding: 5px;
background-color: #85A0CC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}