.font {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.fontbold {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.fontgrey {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}