
/* Sample Stylesheet */
body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
}

/* spread main content across page */
div#content {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: auto;
  color: black; 
  background-color: white;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
div#navigation, div#logo {
  display: none;
}

.menulist, .menulist ul
{
	display: none;
}

.navboxcopy
{
	display: none;
}

.nav1
{
	display: none;
}

/* Template Styles */
body {background-image: none !important}

/* Customised Tag Styles */
.printFooter {width: 100%; text-align: center; height: 23px; padding: 3px 15px 4px 15px; display: table-row; visibility: visible}
.container { width: 100% !important; display: block; overflow: visible !important; padding: 0; background-image: none !important}
.navigation {visibility: hidden; display: none}
.fullWidth {width: 100% !important}

.container tr th {text-align: center}
.container tr th * {text-align: center !important; writing-mode: tb-rl; width: 1px; vertical-align: top !important; height: 1px}