/************************************************************************

	PRINT CSS 
	=========
	
	Provides all styles for the site when being printed 
	
	Author:		Tom Harman		[www.optixsolutions.co.uk]

************************************************************************/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

div#nav, div#footer-nav, div#branding-bar {
	display: none; !important;
}

div#content, div#content-sub {
	font-size: 1.5em;
}

div#content a, div#content-sub a {
	color: #c4061e;
	text-decoration: underline;
}

div#main h1, div#main h2, div#main h3, div#main h4, div#main h5, div#main h6,
div#main ul, div#main ol, div#main dl, div#main form, div#main table, div#main div {
	margin: 1em 0;
}


