@charset "UTF-8";
/* CSS Document */

.info {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0d630c;
	text-align: center;
}
.info_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #b32e46;
	text-align: center;
}
.info_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #00000;
	text-align: center;
}
.info_JMblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0077c1;
	text-align: center;
}
