/**************************************
* MULTI-PURPOSE CSS CLASS DEFINITIONS *
* COPYRIGHT (C)2008, JOHN M. STOKES   *
***************************************/
.error {
	color: red;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.success {
	color: green;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.center {
	text-align: center;
	margin: auto;
}

.keyboardButton {
	width: 67px;
	height: 67px;
}

.pageBreak {
	page-break-after: always;
}

.printCopyright {
	font-size: 10pt;
}
