/*
***********************************************************************
Author:						Al Walser
Last Update:			11/19/08
Description:			style sheet for printing
***********************************************************************
LOG CHANGES
***********************************************************************
Date			Initials		Change Description									
-----------------------------------------------------------------------

-----------------------------------------------------------------------
***********************************************************************
*/

body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family: sans-serif; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

.accessibility, .noprint {
display:none !important; 
}

img, .topNav, .bottomNav {
display:none !important;
}


