/* PRINT STYLE SHEET
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
*/


/* --------- 1. defaults  --------- */

body {
		background-color: #ffffff;
		color: #000000;
		font-family: "Times New Roman", "Times", serif;
		}
		
/*  --------- 2. structure  --------- */

#branding blockquote, #mastNav, #main_menu, #footer {
		display: none;
		}

		
/* ---------- 3. links and navigation ---------- */

a:link, a:visited {
		text-decoration: underline;
		}

/* ---------- 4. fonts ---------- */

h1, h2, h3 {
		font-family: Helvetica, Arial, sans-serif;
		}

h1 {
		font-size: 16pt;
		}

h2 {
		font-size: 14pt;
		}

h3 {
		font-size: 14pt;
		}
		
p {
		font-size: 12pt;
		}
