
.text {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.textBold {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.textLink {
	font-family: Arial;
	font-size: 10pt;
	color: #FF9900;
	font-weight: normal;
}
.textBoldWhite {

	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.textLinkBold {

	font-family: Arial;
	font-size: 10pt;
	color: #FF9900;
	font-weight: bold;
}
.text8 {

	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

