/**
	File:
		print.css

	Validates:
		CSS Level 2.1

	Project: 
		Wirebird

	Author:
		Kristina Floyd

	Date Created:
		2008 07 30

	About:
		Print specific styles

	Notes:
		Always place last in the cascade

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content 
		04	elements.css - Styles for specific page elements 
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/


body { background: White; font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif; color: Black; text-align: left; }

a { color: Blue; text-decoration: underline; }

.access, 
#footer, 
#panel, 
#navWrapper { display: none; visibility: hidden; }

a img { border: none; }

