.text {
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 135%;
}

.impact {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 28px;
}

.textFontBold {
	font-family: "StandardFontBold", "Arial", sans-serif;
}

.large {
	font-size: 24px !important;
	letter-spacing: 1px !important;
}

.mediumSmall {
	font-size: 13pt !important;
}

.small {
	font-size: 11pt !important;
}

.smaller {
	font-size: 10pt !important;
}

.altColor {
	color: hsl(0, 0%, 0%) !important;
}

.vividColor {
	color: hsl(0, 100%, 50%) !important;
}

.black {
	color: hsl(0, 0%, 0%) !important;
}

.gray {
	color: hsl(0, 0%, 50%) !important;
}

.blue {
	color: hsl(195, 100%, 50%) !important;
}

.dim {
	color: hsla(0, 0%, 100%, 0.65) !important;
}

.altDim {
	color: hsla(0, 0%, 0%, 0.55) !important;
}

.error {
	color: hsl(0, 100%, 40%) !important;
	font-weight: bold;
}

/*
.groupHead {
	color: hsl(195, 100%, 60%);
	font-size: 25px;
	letter-spacing: 1px;
}

.listHead {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: hsl(195, 100%, 60%);
	margin-top: 50px;
}

.listHead:first-child {
	margin-top: 0px;
}
*/
