@charset "utf-8";

body {
	font: 12pt Arial, Helvetica, serif;
}

/*Avoid page breaks straight after a heading.*/
h1, h2, h3, h4, h5, h6
{
  page-break-after: avoid;
}


table thead th, thead tr, table tfoot tr td {
    border:1px solid #CCC;
}

/*Avoid page breaks inside tables.*/
tr, td, th {
	page-break-inside:avoid;
}

/* Avoid page breaks inside paragraphs, blockquotes, lists, and preformatted text. */
p, blockquote, ul, ol, dl, pre
{
  page-break-inside: avoid;
}

thead {
	display:table-header-group;
}

#content-secondary,  {
	display: none;
	width:0px;
}

#content-tertiary {
	display: none;
	width:0px;
}

#control-panel {
	display:none;
}


