﻿@media print
{
	body
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 55%;
		color: #555;
		line-height: 20px;
		background: none;
	}

	table
	{

	}

	.page
	{
		width: 20cm;
		margin: 0cm;
	}

	#PageContent
	{
		margin: 0cm;
	}

	#breadcrumbs
	{
		display: none;
	}
	
	#FooterContent
	{
		display: none;
	}
	
	#chart
	{

	}

	.tableDiv
	{
		width: 100%;
		background: none;
		clear: both;
	}
	
	input.SmallButton
	, div.SmallButton
	, input.MediumButton
	, div.MediumButton
	, input.LargeButton
	, div.LargeButton
	
	{
		display: none;
	}
	
	.StyledHr
	{
		display: none;
	}
	
	.PrintLineBreak
	{
		page-break-before: always;
	}
	
	.cell1
	{
		float: none;
		margin: 0cm;
		padding: 0cm;
		width: 17cm;
		
	}

	.cell4
	{
		float: none;
		margin: 0cm;
		padding: 0cm;
		width: 4cm;
	}

	.cellAuto
	{
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.SchoolTable2
	{
		width: 17cm;
	}
}
