.GreyTextCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	color: #999999;
	font-weight: 200;
}
.GreyTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: lighter;
}
.BlackTextCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171717;
	font-weight: bold;
	text-transform: uppercase;
}
.BlackTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}
.RedTextCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: 7A1617;
	font-weight: normal;
}
.GreyTextCapsLarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	color: #999999;
	font-weight: 200;
}
.GreyTextHOME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: lighter;
	text-transform: none;
}
.GreyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
	font-weight: lighter;
}
.BlackTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: lighter;
}
.BlackTextNormalLower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}

