@charset "utf-8";
.red {
	color: #F00;
}
.redbold {
	font-weight: bold;
}
.RedBold {
	color: #F00;
	font-weight: bold;
}
