.MainBody {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.MainBodyGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}
.MainBodyGreen {
	font-family: Arial;
	font-size: 12px;
	color: #008165;
}

.MainBodyBold {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold; 
}
.MainBodyBoldGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: bold; 
}
.MainBodyBoldGreen {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #008165;
}


.Heading {
	font-family: Arial;
	font-size: 15px;
	color: #e83430;
	font-weight: bold; 
}
.HeadingGrey {
	font-family: Arial;
	font-size: 15px;
	color: #707c8a;
	font-weight: bold; 
}
.HeadingGreen {
	font-family: Arial;
	font-size: 15px;
	color: #008165;
	font-weight: bold;
}


a:visited, a:link { 
	color: #e83430; 
	text-decoration: underline;
}
a:hover { 
	color: #999999; 
	text-decoration: underline;
}