/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  color:#000;
  background: none;
  font-size: 10pt;
}


/* Layout
-------------------------------------------------------------- */

#Canvas, #PageContainer {
  background: none;
}
div {
	border:0;
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}

/* Text
-------------------------------------------------------------- */

/*h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }*/

/* Links
-------------------------------------------------------------- */

/*a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}*/

#TopMenu, #Banner, #Column1, #Column2-2, #Footer, input.action {
	display:none;
}
