/*


Print!
*/
@import "colors.css";
@import "misc.css";
@import "type.css";
body {
	font: normal normal normal 14px/1.5em Arial, Helvetica, sans-serif;
}
#mainNav, #footNav, #topNav {
	display: none;
}
body * {
	float: none !important;
}

dl.graph {
	page-break-after:always;
}

.graph dt {
	border: 0 !important;
	float: none !important;
	font: normal normal bold 17px/1.5em Arial, Helvetica, sans-serif;
	height: auto !important;
	margin: 0 !important;
	position: inherit;
	text-align: left;
}

.graph dd {
	border: 0 !important;
	clear: none !important;
	float: none !important;
	margin: 0 0 10px 0 !important;
	width: 50% !important;
}
.graph dd div.comparisonA {
	border-bottom: 2px solid #8fe2c6 !important;
}
.graph dd div.comparisonB {
	border-bottom: 2px solid #7cb4df !important;
}
.modelData {
	clear: both;
	margin: 2em 0 0 0;
}
.modelData th a {
	display: none;
}
#foot {
	clear: both;
	margin: 2em 0 0 0;
}
