.font {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;

}
.fontw {
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.fontb {
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
}
.fontbold {  font-family: "Arial"; font-size: 12px; line-height: 24px; font-weight: bold; color: #000000; text-decoration: none}
