@charset "utf-8";
/* CSS Document */

.bg_green {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9BCF5A;
}
.bg_yellow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFCC00;
	font-weight: bold;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-size: 12px;
	font-weight: bold;
}

