/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Arial", Garamond, serif;
	font-size: 10pt;
}

a, a.visited {
	color: #369;
}

h1 {
	font-family: "Arial", Garamond, serif;
	font-size: 10pt;
}

h2 {
	font-size: 10pt;
}


/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}
@page rotated{
  size: landscape;  /* width height */
}
@page {
  size: landscape;   /* auto is the initial value */
  margin: 10%;
}
@page {
  size: 11in 8.5in;  /* width height */
}
