body {
	margin:0;
	padding:0;
	text-align:center;
}

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.strong {
	font-weight:bold;
}

.redEvidence {
	color:#F56A15;
	font-weight:bold;
}

.cancelled {
	text-decoration:line-through;
}