@charset "utf-8";
.fontRed16 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
}
.fontRed {
	color: #F00;
}.fontRedBold {
	font-weight: bold;
	color: #F00;
}
.underline {
	text-decoration: underline;
}
