.main {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;

}
.mainBoldGreen {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #0a372a;

}
.large {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0a372a;
}
.tiny {

	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.mainBoldWhite {

	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #FFFFFF;
}
.tinyLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mainBoldRed {


	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #FF0000;
}
.mainBoldYellow {



	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #FFFF00;
}
.mainGray {

	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #67686A;
}
.mainGrayBold {


	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #67686A;
}
.mainBold {

	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

