@charset "utf-8";
.text {
	font-family: Arial;
	font-size: 13px;
	color: #12475c;
}
.top_links {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Arial;
}
.top_links:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.top_links:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #cce5ef;
	text-decoration: underline;
}
.credit_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

