﻿.bold {
	font-weight: bold;
}

div.center {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.clearfloat {
	clear: both;
}

.clearfloatleft {
	clear: left;
}

.clearfloatright {
	clear: right;
}

.divcenter {
	margin-left: auto;
	margin-right: auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
	text-justification: newspaper;
}

.large {
	font-size: large;
}

.larger {
	font-size: larger;
}

.left {
	float: left;
}

.mb5 {
	margin-bottom: 5px;
}

.ml20 {
	margin-left: 20px;
}

.notext {	/* Turns visible text into hidden remarks */
	font-size: 1px;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.right {
	float: right;
}

.smaller {
	font-size: smaller;
}
