
/* body default values */
body {
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
	margin:0;
	padding:40px;
	font:normal 11pt/120% Arial, Helvetica, sans-serif;
}

/* headings */
h1 {
	font:16pt/120% Arial, Helvetica, sans-serif;
}

h2 {
	font:14pt/120% Arial, Helvetica, sans-serif;
}

h3 {
	font:12pt/120% Arial, Helvetica, sans-serif;
}

#contactInfoForPrint {
	font:normal 9pt/120% Arial, Helvetica, sans-serif;
	padding:10px 0;
	border-top:1pt solid #000000;
}

/* Hide the following items */
#logoHandheld, #navHandheld, #mastheadBg, #homepageSlideshowBg, #homepageBlogPosts, #headingBg, #sideColumn, #footerLogosBg, #footerBg, #creditsBg {
	display:none;
}

/* Links black */
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
}

/* Show URLs for links */
#wrapper a:after {
	content: " (" attr(href) ")";
	font-size:9pt;
}
