.MainHeader {
	font-family: Calibri;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
.SecondaryHeader {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
}
.ThirdHeader {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
}
.Italic strong {
	font-family: Calibri;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.ItalicsSmall {
	font-family: Calibri;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}
.NormalText {
	font-family: Calibri;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
}
.ItalicsMain {
	font-family: Calibri;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

