.MainBody {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.MainBodyGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}
.MainBodyWhite {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.MainBodyBold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
}
.MainBodyBoldGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: bold; 
}


.Heading {
	font-family: Arial;
	font-size: 17px;
	color: #248091;
	font-weight: bold; 
}
.HeadingGrey {
	font-family: Arial;
	font-size: 15px;
	color: #8c9aa8;
}


a:visited, a:link { 
	color: #445a7d; 
	text-decoration: underline;
}
a:hover { 
	color: #afafaf; 
	text-decoration: underline;
}