@charset "UTF-8";
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.body_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
}
.body_text_italic_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
	color: #CD354F;
}
.small_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #0E3791;
}
.footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.heading_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.table_labels {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C4334B;
}
.thankyou_head {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.resource_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.resource_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

