@charset "UTF-8";
/* CSS Document */

.blue_header_font {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #0A4A8C;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.bold_blue_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #0A4A8C;
}
.bold_red_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C70020;
	font-size: 100%;
}
.small_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #003399;
}
.red_header {
	font-family: "Times New Roman", Times, serif;
	color: #CC0033;
	font-size: x-large;
}
.text_nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
.large_bold_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.large_red_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #C70020;
	font-weight: bold;
}
.large_blue_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0A4A8C;
	font-weight: bold;
}
.small_black_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000000;
}
.small_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.medium_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.small_bold_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.blue_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #0A4A8C;
}
.red_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #C70020;
}

