/* CSS Document for printing*/

@page { size: landscape; }

body {
  color : #000000;
  background : #ffffff;
 
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#mastheadImages, #logo, #title, #titleright {
  display : none;
}

#box, #content, #footer {
	margin:0;
}

#masthead {
	background-image:url(../images/logo_terms.gif);
	background-repeat:no-repeat;
	background-position:right;
}
