.text-bold {
	font-weight: 700;
}
.text-sub {
	text-decoration: underline;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justified {
	text-align: justify;
}
.text-strike {
	text-decoration: line-through;
}
.img-center {
	margin: 0 auto;
}
.black_separator {
	border-top: 1px solid #000;
}
.red {
    color: #e4000c !important;
}