pre {
	font-family: "courier";
	font-size: 12px;
	color: black;
}

.Heading {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #ff4543;
}
.PinkHeading {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #ff4543;
}
.BlueHeading {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #0065af;
}


.SmallGrey {
	font-family: "arial";
	color: #4b4c50;
}
.SmallWhite {
	font-family: "arial";
	color: #ffffff;
	font-size: 10px;
}
.SmallRed {
	font-family: "arial";
	color: #e31836;
}
.Small {
	font-family: "arial";
	font-size: 11px;
	color: #e31836;
}
.MediumWhite {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.LargeWhite {
	font-family: "arial";
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

a.BottomNav, a.BottomNav:visited {
	text-decoration:none;
	color: #005695;
}
a.BottomNav:hover {
	color: #e31836;
}

input {
	font-size: 11px;
}
