.font1 {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	list-style-type: square;

}
.font2 {
	font-family: Arial;
	font-size: 10pt;
	color: #666666;

}
.font_green {
	font-family: Arial;
	font-size: 10pt;
	color: 003c22;
	list-style-type: square;
	font-style: bold;
}
.font_red {
	font-family: Arial;
	font-size: 10pt;
	color: ed1c24;
	list-style-type: square;
	font-style: bold;
}
.font4 {
	font-family: MS Sans Serif, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
