/*
*     These Settings are to make the best possible printouts.
*/

.media-screen
{
	display: none;
}

.media-print
{
	/*
	*     Empty means that it will "display", we want it to be visible.
	*     setting "display: block;" was considered, but it caused problems when
	*     attempting to make a table's column display.
	*/
}



BODY
{
	background-color : #FFFFFF;
	color : #000000;
}
