/* Style Sheet: Print */

@import url("screen.css");

/*
   Internet Explorer:
   Internet Explorer does not use <thead> and <tfoot> properly by default when printing
   (i.e.: repeating those sections on every page for really long tables when printing).
   You can fix this through CSS with this:
*/

thead {
	display: table-header-group;
}
tfoot {
	display: table-footer-group;
}

/* Style Sheet/CSS 2.1. (c) 2005. All rights reserved. */