@charset "utf-8";
.normal_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.normal_text_green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #AEA800;
}
.normal_text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.normal_text_green_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #AEA800;
}

.normal_text_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #0f6db5;
}


A:link {text-decoration: none; color: #AEA800;}
A:visited {text-decoration: none; color: #AEA800; }
A:active {text-decoration: none; color: #AEA800;}
A:hover {text-decoration: underline; color: black;}




