/* CSS Stylesheet, 5/4/09 */

/*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.*/

/*http://www.hypergurl.com/colormatch.php?color=F5BC07*/
/*http://www.hypergurl.com/colormatch.php?color=FFAE07 this is what I used*/

/*print.css*/
.no-print {
display: none;
}



