/* print.css */
/* Version: 1 */
/* Created: 03 Sept 2007 */
/* Author: James McQuarrie*/
/*------------------------------------------------------------*/
/* Last edit:   10 Sept 2007 */
/* Last editor: James McQuarrie */

body {
   	background: #fff;
	color: #000;
   	font-size: 12pt;
	font-family: arial, sans-serif;
   	margin: 0 5%;
	padding: 0; 
   }
   
#mast h1 a {
	font-size: 34pt;
	color: #000;
	text-decoration: none;
	}
   
#skipNav, #mast ul, #signIn {
	display: none;
	}