body {
	background-color: #000000;
	margin: 0px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Normal-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.Normal-Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E51837;
}
.Normal-White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}
.Normal-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 5px;
	display: block;
}
.Normal-Highlight-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E51837;
}
.Medium-Highlight-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E51837;
}
.Medium-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #181512;
}
.Large-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #181512;
}
.Large-Highlight-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #181512;
}
.Medium-White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #F7AD19;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #E51837;
	text-decoration: underline;
}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #E51837;
	text-decoration: underline;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #E51837;
	text-decoration: none;
}
.globalbar {
	background-color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.globalbar A:LINK {
	color: #F3B015;
	text-decoration: none;
}
.globalbar A:VISITED {
	color: #F3B015;
	text-decoration: none;
}
.globalbar A:HOVER {
	color: #F3B015;
	text-decoration: underline;
}
.globalbar A:ACTIVE {
	color: #F3B015;
	text-decoration: none;
}
.table-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	background-color: #000000;
}
.table-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F3B015;
	color: #333333;
	padding: 3px;
}
.table-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #FFFFFF;
}
.table-mission-statement {
	padding: 8px;
	background-color: #FFFFFF;
	border: thin solid #D69E0F;
}
