.contentGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #505050;
}
.contentBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3D5C63;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: bold; 
	color: #518490
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #4F4F4F
}
.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#footer:link { 
	color:#666666;
	text-decoration: none;
} 
#footer:visited { 
	color:#666666;
	text-decoration: none;
}
#footer:hover { 
	color:#333333;
	text-decoration: underline;
}
a:link  {
	text-decoration : none;
	color : #518490;
}
a:visited  {
	text-decoration : underline;
	color : #518490;
}
a:hover  {
	text-decoration : underline;
	color : #3D5C63;
}