@charset "utf-8";
/* CSS Document */

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000;
	font-weight: bolder;
	line-height: 20px;
}
.top-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.Sub-Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	font-weight: normal;
}
.Normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333;
	font-weight: bold;
}
.Normal-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.footer-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

