/*

========================================================
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 {
	width: auto
	}
	
	#GlobalContentLeft {
	width: auto; 
	padding: 0px 10px 0px 0px
	}

#GlobalHeader, #GlobalLeftNav, #PFPHide, #GlobalTopNav, #GlobalRightMarginTop, #GlobalLinkList, #GlobalRightMargin, #GlobalRightMarginBtm, #GlobalFooter {
display: none
}
	
#PFPHeader {
display: block
}

#PFPFooter {
display: block
}

#PFPFooter p {
font-size: 10px
}
