.graph-text {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
.graph-text-red {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}
.graph-text-green {

	font-family: Tahoma;
	font-size: 10px;
	color: #009A00;
}
.graph-text-big {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #333333;
}
.graph-text-red-big {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #FF0000;
}
.graph-text-green-big {

	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #009A00;
}

