/**********************************************************************
* CSS for print mode only
**********************************************************************/
html{
	font-size: 16px; 
}
#Content{
	background-color: white;
}
.cell-black,
.cell-gray,
.cell-empty-gray,
.cell-green,
.cell-red,
.cell-mini{
	border: 0.0355em solid black; 
}
.smallButton{
	display: none; 
}
.modalWindow{
	background-color: white;
}

/*-end of file------------------------------------------------------------*/

