@charset "utf-8";
.MainHeadingBlack {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}
.EmailAddresses {
	font-size: 18px;
	color: #990000;
}
.LastUpdatedBlack {
	font-size: 16px;
	color: #000000;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
}

.NavBarWhite {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.SmallerHeadingForOtherLinksBlack {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.SmallerHeadingForOtherLinksWhite {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.BodyTextBlack {
	font-size: 18px;
	color: #000000;
}

body {
	background-color: #990000;
}

