.test5 {
	font-size: 5px;
	line-height: 5px;
}
.test12 {
	font-size: 12px;
	line-height: 14px;
}
.test13 {
	font-size: 13px;
	line-height: 16px;
}
.test13_yellow {
	font-size: 13px;
	line-height: 16px;
	color: #FFFF00;
}
.test18 {
	font-size: 18px;
	line-height: 21px;
}
.test18_b {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
.test14_b {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.test20_b_red {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;
}
.test20_b_white {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
}
.test24_b {
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
}