body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #333333;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #333333;
	font-weight: bold;

}
.cyan {
	color: #00CCFF;
}
.orange {
	color: #ff6600;
}
.yellow {
	color: #ffbf00;
}
.green {
	color: 669933;
}
.magenta {
	color: ff3366;
}
.white {
	color: cccccc;
}
.black {
	color: #333333;
}
.center {
	text-align: center;
	vertical-align: middle;

}
.bigFont {
	font-size: 16px;
}
.smallFont {
	font-size: 8px;
}
.indent {
	padding-left: 5px;
}
