#header, #right, #buttons-bar {
	display: none;
}

body {
	background-color:		#fff;
}

#foot_print {
  display:              block;
  margin:               auto;
  width:                830px;
  border:               none;
  text-align:           right;
  color:                #777;
  font-size:            0.8em;
  margin-top:           1px;
  padding-right:        10px;
  font-style:           italic;
}

.printonly {
  display:		inline!important;
}

.noprint {
  display:		none;
}

