/*
    Document   : print
    Created on : 9-Sep-2015, 12:16:44 AM
    Author     : Dane Stevens <dane[at]dsmedia[dot]ca>
    Description:
        Purpose of the stylesheet follows.
*/

.no_print { display:none; }
.only_print { display:block; }

.page_break { clear:both; display: block !important; page-break-before: always; }

.col_1 { width:8.333%; }
.col_2 { width:16.666%; }
.col_3 { width:24.999%; }
.col_4 { width:33.333%; }
.col_5 { width:41.666%; }
.col_6 { width:49.999%; }
.col_7 { width:58.333%; }
.col_8 { width:66.666%; }
.col_9 { width:74.999%; }
.col_10 { width:83.333%; }
.col_11 { width:91.666%; }
.col_12 { width:100%; float:none; }

root, body { width:7.5in; font-size:9pt; }

h3 { margin:20px 0px 5px 0px; }

#navWrap { display:none; }
#headerWrap { display:none; }
#footerWrap { display:none; }

