.MPIHeader
{
	font-weight: bold;
	font-size: 30px;
	color: red;
	font-family: Arial;
}
.MPIMainText
{
	font-size: 15px;
	color: black;
	font-family: Arial;
}

.MPIMainBlueText
{
	font-weight: bold;
	font-size: 20px;
	color: #404786;
	font-family: Arial;
}

.MPITableHeader
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Arial;
	background-color: #404786;
}

.MPIBoldText
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.MPIText
{
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.Message
{
	font-size: 13px;
	color: crimson;
	font-family: Arial;
}

.BoldMessage
{
	font-weight: bold;
	font-size: 20px;
	color: crimson;
	font-family: Arial;
}

.MainTable
{
	font-size: 12px;
	color: #000066;
	font-family: Arial;
	background-color: #f1f1f1;
}

.LinkHeading1
{
	font-weight: bold;
	font-size: 18px;
	color: #0000ff;
	font-family: Arial;
	text-decoration: underline;
}

.BlueHeading0
{
	font-weight: bold;
	font-size: 15px;
	color: #000066;
	font-family: Arial;
}

.BlueHeading1
{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	font-family: Arial;
}

.BlueHeading2
{
	font-weight: bold;
	font-size: 24px;
	color: #000066;
	font-family: Arial;
}

.RedHeading2
{
	font-weight: bold;
	font-size: 24px;
	color: red;
	font-family: Arial;
}

.SpecialOffer
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: yellow;
}

.Note
{
	font-size: 11px;
	color: black;
	font-family: Arial;
}

.RowTitle
{
	font-size: 13px;
	color: #000066;
	font-family: Arial;
}

.Text
{
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.ColumnTitle
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.BoldRowTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #000066;
	font-family: Arial;
}

.InputText
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	color: black;
	border-bottom: darkgray 1px solid;
	font-family: Arial;
}

.Button
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}
.Footer
{
	font-size: 13px;
	color: #0066cc;
	background-color: #022787;
	font-family: Arial;
}

.FooterLink
{
	font-size: 13px;
	color: #0066cc;
	font-family: Arial;
	text-decoration: underline;
}

.Required
{
	font-size: 13px;
	color: crimson;
	font-family: Arial;
}

.GenericText
{
	font-size: 12px;
	color: #000066;
	font-family: Arial;
}