﻿/********************************************** **/
/**                                             **/
/**  printPage.css                              **/
/**                                             **/
/**  Styles used when printing or viewing as a  **/
/**  PDF. Some may be duplicates of styles in   **/
/**  ContentStyle.css and SiteStyle.css         **/
/**                                             **/
/********************************************** **/

@media print 
{
    .noPrint
    {
        display: none;
    }
 
    .arrowLink
    {
        background: url(Images/Links/arrowLink.gif) no-repeat left top;
        padding-left: 18px;
    }

}

