.mainText {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.heading {
	font-family: Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bolder;
	color: #FF6600;
}
a:link {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.small:link {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
a.small:visited {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
a.small:hover {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6600;
	text-decoration: none;
}
a.small:active {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.smallText {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.SmallerText {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

