/* CSS Document */
p {

	font-family: Arial, sans-serif;
	font-size: 10pt;

}

.formLabels {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #000000;

}

.formreq {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #c4112f;

}

.formnoreq {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #000000;

}
.formFields {

	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
	border: 1px solid #c4112f;
	color: #000000;
	
}

.landingTextarea {

	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
	border-color: #c4112f;
	color: #000000;
	
}

.landingOption {

	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
	border-color: #c4112f;
	color: #000000;
	
}

.landingSelect {
	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	border-color: #c4112f;
	
}

.companyName {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: underline;
	color: #003399;

}

i {

	font-family: Arial, sans-serif;
	font-size: 10pt;

}

strong {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;

}

h5 {

	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	font-style: italic;
	margin-top: 8pt;
	margin-bottom: 8pt;
	letter-spacing: .17em;
	color: #57585A;

}

.redHeader {

	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	font-style: italic;
	margin-top: 8pt;
	margin-bottom: 8pt;
	letter-spacing: .17em;
	color: #c4112f;

}

.whiteLinks {

	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF; 

}
.whiteLinks:hover {

	text-decoration: underline;

}

.lgWhiteLinks {

	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF; 

}
.lgWhiteLinks:hover {

	text-decoration: underline;

}

.blackLinks {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
	color: #000000; 

}
.blackLinks:hover {

	text-decoration: underline;

}

.redLinks {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
	color: #C4112F; 

}
.redLinks:hover {

	text-decoration: underline;

}

.redLinkBlock {

	line-height: 1.8em;

}

.greyText {

	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	text-decoration: none;
	color: #57585A; 

}

.smGreyText {

	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-decoration: none;
	color: #57585A; 

}
