/* Synotac global_print.css - Version 1.0 - Last Updated 2/28/07 */

/***************************************************************************
  GLOBAL PRINT CSS
  All this currently has is a class to allow you to hide items when a page is printed.
****************************************************************************/
.no_print {display: none;}
