.font_xxs {
	font-size: xx-small;
	line-height: 120%;
}
.font_xs {
	font-size: x-small;
	line-height: 120%;
}
.font_s {
	font-size: small;
	line-height: 120%;
}
.font_m {
	font-size: medium;
	line-height: 120%;
}
.font_l {
	font-size: large;
	line-height: 120%;
}
.font_xl {
	font-size: x-large;
	line-height: 120%;
}
.title_l {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.title_m {
	font-size: medium;
	color: #009900;
	font-weight: bold;
}
.title_s {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.title_xs {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

