body {
	font-family: Arial;
	background-color: #F2F8FE;
}

.NameText {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #2A557F;
}

.StandardText {
	font-family: Arial;
	font-size: 8pt;
	color: #2A557F;
}

.StandardTextBold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color:#2A557F;
}

.GreenText {
	color: #00824A;
}

.GreenTitleText {
	font-size: 10pt;
	font-weight: bold;
	color: #00824A;
}

.RedText {
	color: #ED2E38;
}

.RedTitleText {
	font-size: 10pt;
	font-weight: bold;
	color: #ED2E38;
}

.BlueText {
	color: #171796;
}

.BlueTitleText {
	font-size: 10pt;
	font-weight: bold;
	color: #171796;
}

.ErrorText {
	font-family: Arial;
	font-size: 8pt;
	color: Red;
}

.ErrorTextLargeBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}

.FooterText {
	font-family: Arial;
	font-size: 8pt;
	color: #2A557F;
}

.SloganText {
	font-family: Arial;
	font-size: 14pt;
	color: white;
}

.SampleText {
	font-family: Arial;
	font-size: 14pt;
	color: blue;
}

.BlueBack {
	background-color: #2A557F;
}

.WhiteBack {
	background-color: White;
}

.InputText {
	font-family: Arial;
	font-size: 8pt;
	color: #2A557F;
	background-color: #F2F8FE;
}