/**** special classes - rte.css ***/
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.horizontal-ruler {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
.nomargintop {
	margin-top: 0 !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.noborder {
	border: none !important;
}
.vertical-align-top {
		vertical-align:top;
}
.vertical-align-middle {
	vertical-align:middle;
}
.vertical-align-bottom {
	vertical-align:bottom;
}
table.table-border,
table.table-border th,
table.table-border td {
	border: 1px solid black;
	margin: 0;
	padding: 0 5px;
	border-collapse: collapse;
}
table.table-border th {
	background: gray;
	color: white;
}
.green-highlight {
	color: #1f5b57 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 24px !important;
}
.big-font {
	font-size: 15px !important;
	line-height: 19px !important;
}
