/*

This stylesheet hides non-critical elements from printer-friendly
versions of pages.

*/

/* sets font sizes to hard point values */
body td { font-size : 12pt; }


/* hide elements that have meaning only online */
#navlinks, 
#breadcrumb, 
#globalsearch, 
#globalfooter-links  
{ display : none; }

