/*
This sheet is just used to add any new styles needed for printing or to override any styles from the persistne tstyle sheet xps.css.
*/

/* use in spans or divs for sections of member customised XHTML that should not print */
.noprint {
	display : none;
}

/* hide hdr menu items */
#hdr ul {
	display : none;
}
 /* hide paging and new search links */
.paging {
	display: none;
}
