.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.PurpleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #1A175E;
}
.PurpleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #201B79;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #15156B;
	font-style: normal;
	font-size: 24px;
}
.hooverLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
	color: #E71c16;
	text-decoration: underline;
}
.bottomborder {
	border-bottom-width: 0.25px;
	border-bottom-style: solid;
	border-bottom-color: #224379;
}
