.whiteTable
{
	background-color:	rgb(255, 255, 255);
	color:				rgb(0, 0, 200);
}

.whiteBorderTable
{
	background-color:	rgb(255, 255, 255);
	color:				rgb(0, 0, 200);

	border-style:		solid;
	border-color:		rgb(0, 0, 0);
	border-width:		1px;
}

.blueTableCell
{
	background-color:	rgb(0, 0, 200);
	color:				rgb(200, 200, 200);
}

.redTableCell
{
	background-color:	rgb(200, 0, 0);
	color:				rgb(200, 200, 200);
}
