/* CSS Document - Easter 2009 Print Styles */

/* Layout */

.not-printed,
#navTabs,
#navTabs * {
	display: none;
}

a#top,
#wrapper > a,
#main a#contentStart {
	display: none;
}

body.credits #navigation,
body.credits #footer,
body.notes #header,
body.notes #navigation,
body.notes #footer
{
	display: none;
}

body.notes #slide {
	font-size: 10pt;
}
body.notes #slide h3 {
	clear: both;
}
body.notes #slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body.notes #slide ul.notes li {
	clear: left;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
body.notes #slide ul.notes li img {
	margin: 0 12pt 0 0;
}

