/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	div#inset_cell01 { padding: 15px; }
	div#cell02, div#cell03, div#cell04, div#cell05 { display: none; }
}

/*css styles to be displayed when printing the document*/

@media print
{
	
}

