.MainBody {
	font: 12px/17px arial;
	color: #000000;
}
.MainBodyBlue {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}
.MainBodyGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}

.MainBodyBold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
}
.MainBodyBoldGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: bold; 
}

.HeadingGrey {
	font: 15px/18px arial;
	font-weight: bold;
	color: #666;
}

h1 {
	font: 22px arial;
	font-weight: bold;
	color: #000;
}
h2 {
	font: 14px arial;
	font-weight: bold;
	color: #000;
}
h3 {
	font: 13px arial;
	font-weight: bold;
	color: #333;
}

a:visited, a:link { 
	color: #445a7d; 
	text-decoration: underline;
}
a:hover { 
	color: #afafaf; 
	text-decoration: underline;
}
