.Title {
	font-family: "Helvetica Condensed";
	font-size: 18px;
	font-weight: bold;
	color: #AC0703;
	text-decoration: none;
}
.subTitle {
	font-family: "Helvetica Condensed";
	font-size: 15px;
	font-weight: bold;
	color: #253E50;
	text-decoration: none;
	background-color: #CFDEE9;
}
.body {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #253E50;
	text-decoration: none;
}
.bodyBold {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #253E50;
	text-decoration: none;
}
a:hover {
color: #000000;
font-weight: bold;
}
