﻿
/* This stylesheet is for formatting data when print */

.suppressPrint {display: none;} /* data using this class will not be display when print*/

