/* 
  Document   : noprint
  Created on : Feb 1, 2012, 11:31:07 PM
  Author     : miguel
  Description:Purpose of the stylesheet follows.
*/

@media print {
  * { display: none; }
}
