.main_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E6730;
	font-weight: bold;
}
.sub_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7E6730;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #002D59;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7E6730;
	text-decoration: underline;
}

