.breaker { clear: both; }

.ignoreP p, ignoreP ul li p { margin: 0; }

.center, .centered { text-align: center; }

.right, .alignRight { text-align: right; }

.floatLeft { float: left; }

.floatRight { float: right; }

.noborder { border: 0; }

.nomargin { margin: 0; }

.nopadding { padding: 0; }

.nounderline, a.nounderline { text-decoration: none; }

a.nounderline:hover { text-decoration: underline; }

.bold { font-weight: bold; }


/*
	The following rule makes print buttons not display when
	the page is printed out.
*/

@media print {
	a.printButton {
		display: none;
	}
}