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

.bold_font_main {
	font-weight: bold;
	color: #006939;
}
.link_color {
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006939;
	text-decoration: none;
}
