@charset "utf-8";
.website_BODY {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.website_BODY  a, .website_BODY a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2156AD;
	text-decoration: underline;
	font-weight: bold;
}

.website_BODY a:hover {
	color: #005EF9;
	text-decoration: none;
}

.website_BODY p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.website_BODY h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #37588B;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.website_BODY h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #36578A;
}

.website_BODY h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	margin-bottom: 5px;
}
.website_BODY h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFD940;
}



body {
	background-color: #021A3C;
	text-align: center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E5F92;
	text-decoration: none;
}
.footer  a, .footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7195C5;
	text-decoration: none;
}
.copyright  a, .copyright a:visited, .copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7195C5;
	text-decoration: none;
}
.website_BODY  .alert_box {
	padding: 15px;
	background-color: #FFEEAA;
	border: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.website_BODY   .alert_box   strong, .website_BODY  .message_box  b {
	color: #CC3300;
	font-size: 16px;
}
.website_BODY   .alert_box   a, .website_BODY  .message_box  a:visited {
	font-weight: bold;
	color: #3C6AB9;
	text-decoration: underline;
}
.website_BODY  .alert_box  a:hover {
	font-weight: bold;
	color: #005EF9;
	text-decoration: none;
}

.website_BODY  .blue_box {
	padding: 15px;
	background-color: #E0EAF5;
	border: 2px solid #28497E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #28497E;
}
.website_BODY   .blue_box   strong, .website_BODY  .message_box  b {
	color: #CC3300;
	font-size: 16px;
}
.website_BODY   .blue_box   a, .website_BODY  .message_box  a:visited {
	font-weight: bold;
	color: #3C6AB9;
	text-decoration: underline;
}
.website_BODY  .blue_box  a:hover {
	font-weight: bold;
	color: #005EF9;
	text-decoration: none;
}
.website_BODY .pale_blue_box {
	background-color: #CBDFFE;
	padding: 20px;
	border: 1px solid #AACBFD;
}
