/* --------------------------------------------------------------------
File name: print.css
Title: Print CSS file - Style 29 blue
Author: Mostad & Christensen, Inc.
License: Copyright Mostad & Christensen, Inc. All Rights Reserved.
---------------------------------------------------------------------- */

/* import main stylesheet into this document */
@import url('main.css');


/* white background for printing */
body {
	background: #FFF; }

