/*
 * File:		Print.css
 * Purpose: 	Imports the CSS rules so they don't have to be copied into
 *				Every theme folder. 
 * Notes:		1.	File must be the last in the theme folder
 *				2.	Imported file must use @media print. 
 *					Including print in the @import will prevent IE from
 *					reading it.
 *				3.	Layout CSS declarations that the print CSS overrides
 *					should be enclosed in an @media rule that, at the very
 *					least, specifies screen as a media type.
 * 
 * Configuration Management
 * CRN	Who			When			Description
 * -----------------------------------------------------------------------------
 * ---	L.Morton	27-Jun-2005		Initial document
 *
 */

@import url("/css/Print.css");