.Heading {
	font-family: tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #DA001F;
}
.Hyperlink {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Black_Hyperlink {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Red_Hyperlink {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #DA001F;
	text-decoration: none;
}
