.main {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;

}
.mainBoldGreen {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #009999;

}
.large {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #009999;
}
.tiny {

	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.largeWhite {

	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.mainBold {

	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

