/* Copy this and place on line under link to phr.css: <link media="print" href="print.css" rel="stylesheet" type="text/css" /> */

/* class="menu" will work automatically */
.menu {
	display: none;
}


/* class="noprint" is to be placed in the hammer image tag. */
.noprint {
	display: none;
}
/*
Example: 

        <tr >
          <td align="center"><img class="noprint" src="images/hammer_on_angle.gif" alt="" width="16" height="20" /></td>
          <td><span class="menu" >&nbsp;Home&nbsp;</span></td>
        </tr>
*/

/* class="footertext" is to be placed in the footer_text image tag. This class is only needed when the footer text
meshes with other text and the top: ###px can be adjusted */
.footertext {
	text-align: center;
	position: absolute;
	left: 100px;
	top: 600px;
	
}

/* class="bannerlogo" is to be placed in the logo image tag. This class is only needed when the logo does not align 
within the right side of the page and should not need adjustment.  Examples of pages that need this: sitemap.htm, 
logos.htm, interiorsvc.htm, links.htm etc. */
.bannerlogo {
	text-align: center;
	position: absolute;
	left: 250px;
	top: 0px;
}

