.font {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.fontbold {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.fontbold14 {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.fontboldred {


	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.fontheader {



	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.fontwhite {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}