/**
	File: 
		print.css

	Validates: 
		CSS Level 2.1

	Project: 
		BSO live

	Author: 
		Kristina Floyd / Ian Silvester

	Date Created: 
		2009 05 27

	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; }
a img { border: none; }

.access,
#macros-search,
#primary-nav,
#promotion-calendar-wrap,
#sub-content,
#footer,
#secondary-nav-container,
#tabs { display: none; visibility: hidden; }

form ol { list-style: none; padding: 0; margin: 0; }
	form li { list-style: none; padding: 0.5em 0; }
		form label { margin-right: 1em; vertical-align: top; }