/* CSS Stylesheet, 2/6/10 */

/*this is for printing - I keep all the same styles, but I omit the left & right sidebars */
/* this first section sets the background color for the body which would be anything outside a nested <div> or <span> tag. The same with the fonts.... 

The max-width is for Firefox, to let it know how wide you want your page to be. This will be the maximum width of your main content table.*/


/*print.css*/
.no-print {
display: none;
}


