@charset "utf-8";
/* CSS Document */
body {
	background-color: #E2EAEF;
	text-align: center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	/* color: #003d51 */
}
.bodytext-b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.subtitletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003d51;
}
.subtitletext-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}

.bodytext {
	font-weight: normal;
}

