.font10px {
	font-size: 10px;
}
.font10px_blue {
	font-size: 10px;
	color: #003399;
}
.font12px_red {
	font-size: 12px;
	color: #FF0000;
}
.font12px_yellow {
	font-size: 12px;
	color: #FF6600;
}
.font12px_blue {
	font-size: 12px;
	color: #003399;
}
.font10px_white {
	font-size: 10px;
	color: #FFFFFF;
}
.font10px_b {
	font-size: 10px;
	font-weight: bold;
}
.font12px_b {
	font-size: 12px;
	font-weight: bold;
}
