.main {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.tiny {
	font-family: Arial;
	font-size: 8pt;
}
.tinyWhite {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}
.redLarge {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
}
.yellowLarge {

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.blackLarge {


	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.textBold {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.blueLarge {



	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #003399;
}
.textBoldRed {

	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.mainWhiteLink {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.textBoldBlue {

	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}
.mainBold {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.mainBoldWhite {

	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
