.color-LiteGray {
	color: rgb(204,204,204);
}
.color-White {
	color: rgb(255,255,255);
}

.color-DarkGray {
	color: rgb(87,86,86);
}
.bkg-Gray {
	background-color: rgb(134,134,134);
}
.bkg-LiteGray {
	background-color: rgb(214,214,214);
}

.bkg-DarkGray {
	background-color: rgb(87,86,86);
}

.bkg-Maroon {
	background-color: rgb(129,7,11);
}


.justified {
	text-align: justify;
}
.italic-sm {
	font-size: small;
	font-style: italic;
}
.ul-marginIncr {
	line-height: 200%;
}
.float-left {
	float: left;
}
.img-margRB {
	margin-right: 15px;
	margin-bottom: 15px;
}

.hmy-box-separation .hmy-content-wrapper {
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
.class-White {
	color: rgba(255,255,255,1);
}
.class-Maroon {
	color: rgb(129,7,11);
}

.class-LiteGray {
	color: rgb(214,214,214);
}
.class-LiteGrayBold {
	color: rgb(214,214,214);
	font-weight: bold;
}
