.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ED1D24;
	font-weight: bold;
}
.Sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED1D24;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.Body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.Table-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: none;
	line-height: normal;
}


