div.greycell {
	background: #999999;
	color: #000000;
	font-style: italic;
}

div.whitecell {
	background: #ffffff;
	color: #000000;
}

div.bluecell {
	background: #0000cc;
}

div.yellowcell {
	background: #ffcc00;
}

div.cyancell {
	background: #99ccff;
}

div.yellowcell {
	background: #ffff99;
}

div.greencell {
	background: #99cc99;
}

div.orangecell {
	background: #ffcc99;
}

div.pastcell {
	color: #999999;
	font-size: 10pt;
}

div.presentcell {
	color: #660000;
	font-size: 10pt;
	font-weight: bold;
}

div.futurecell {
	color: #000000;
	font-size: 10pt;
}


