
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.important {
	color: #8A0020;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.spacer {
	margin: 0px;
	height: 20px;
	display:block;
}

/* IMAGE CLASSES */
.default_image {
	margin: 10px;
	border: red 1px solid;
}