body {
	background-color: #ffffff;
	text-align: center;
}

table {
	margin: 0px auto;
}

p {
	margin: 0px auto;
	text-align: center;
}

.title {
	font-size: x-large; 
	color: #999999;
	font-weight: bold;
}

.smalldesc {
	font-size: small; 
	color: #000;
	font-style: italic;
}

.xsmalldesc {
	font-size: x-small; 
	color: #000;
	font-style: italic;
}

hr.fat {
	border: 0;
	height: 2;
	size: 2;
	width: 80%;
}

hr.thin {
	border: 0;
	height: 1;
	size: 1;
	width: 100%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.centre {
	text-align: center;
}

.center {
	text-align: center;
}

.mainFront {
	color: #ff6600;
}

th,
.mainBack {
	background-color: #ff6600;
}

.odd,
.whiteBack {
	background-color: #ffffff;
}

.lightFront {
	color: #cccccc;
}

.even,
.lightBack {
	background-color: #cccccc;
}

.darkFront {
	color: #999999;
}

.darkBack {
	background-color: #999999;
}

.incoming {
	background-color: #507bc4;
	cursor: help;
	text-align: center;
}

.success {
	background-color: #00ab00;
	cursor: help;
	text-align: center;
}

.temporary {
	background-color: #ffff00;
	cursor: help;
	text-align: center;
}

.error {
	background-color: #ff0000;
	cursor: help;
	text-align: center;
}

.null {
	background-color: #999999;
	cursor: help;
	text-align: center;
}

.tooltip {
	cursor: help;
	text-align: center;
}

.docTitle {
	font-weight: bold;
	text-decoration: underline;
}

.docText {
	text-indent: 3em;
}
