.main {
	font-family: Arial;
	font-size: 10pt;
}
.tiny {
	font-family: Arial;
	font-size: 8pt;
}
.tinyWhite {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}
.mainWhite {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.mainBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.mainWhiteBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {

  color: #FF0000;
}
.mainWhiteBoldRed {

	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #B22D3E;
	text-decoration: none;
}
.mainWhiteBoldGreen {


	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #7BB52B;
	text-decoration: none;
}
.mainWhiteBoldBlue {



	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #12B1CF;
	text-decoration: none;
}
.mainWhiteBoldYellow {




	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #CBBD1C;
	text-decoration: none;
}
