@charset "utf-8";
.body_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-family: Trebuchet MS;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.body_bold_blue {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #343399;
	font-weight: bold;
	text-align: center;
}

