/*

========================================================
CSS PRINTING / AUTHOR: MICHAEL SPELLACY
========================================================
 
NOTE: PRINT OVERRIDE FOR ALL BROWSERS. WHEN THERE IS 
WIDER SUPPORT, WE CAN USE @media print, ETC

*/

body {
font-family: Verdana, Arial, Helvetica, Sans-Serif, Myuen;
font-size: 12px
}

p {
padding-bottom: 8px
}
	
	a:link, a:visited {
	color: #000000;
	text-decoration: none
	}
	
	hr {
	margin: 6px 0px 6px 0px;
	height: 1px;
	color: #CCCCCC
	}
	
	#GlobalMainContent {
	padding-top: 0px
	}

#GlobalHeader, #GlobalLeftNav, #PFPHide, #GlobalSubNav, #GlobalMarginRht, #GlobalFooter {
display: none
}
	
#PFPHeader {
display: block
}

#PFPFooter {
display: block;
}

#PFPFooter p {
font-size: 10px
}
