﻿#masthead,
.subMenu,
#ContentFooter,
#subFooter,
.head,
.topics,
.PageHeader { display: none; }
.noPrint {
	display: none;
	height: 0;
	overflow: hidden;
}

* { background-image: none; }

html, body, img { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, p { color: #000; }

body.printPartial {
	margin: 0;
	color: #000;
	background-color: #FFF;
	font-family: 'Times New Roman', Times, 'Times NR', serif;
}

.printPartial table { font-family: inherit; }

.printPartial #page {
	display: none;
/*
	width: auto;
	color: #000;
	background-color: #FFF;
*/
}

.printPartial #answers { width: 100%; }

.printPartial table.cbox-content {
	border-bottom: 4px solid #999;
}

.printPartial .cbox-content-heading,
.printPartial table .planHeading th,
.printPartial table .planHeading td {
	color: #000;
}

.printPartial #cboxClose { height: 0; overflow: hidden; }

#step1,
#step2,
#step3 h3,
#step3 ul {
	display: none;
	height: 0;
	overflow: hidden;
	}

.printLink,
#answers dt.question { display: none; }
#answers dt.opened { display: block; }
