@media print { /* cheap hack to protect NN4.x */


body {
	background-color: #fff;
	font-family:  "Times New Roman", Garamond, serif;	
	font-size: 12pt;
	}
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	font-family:  "Times New Roman", Garamond, serif;
	}

#content h1 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding:2px;
	padding-left:4px;
	border: 1px solid #ccc;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0.2mm;
	/*margin: 1px 1px 5px;*/
}
#content h2 {

	font-size: 14pt;
	font-weight: bold;
	color: #333;
	background-color : transparent;
	margin: 1px 1px 1px 1px;	
}
#content h3 {

	font-size: 12pt;
	font-weight: bold;
	color: #cc0000;
	background-color : transparent;
	margin: 1px 1px 1px 1px;	
}
#content h4 {
	background-color: #fff; 
	color: #000; 
	font-size: 10pt; 
	font-weight: normal;	
}
#content p{
	font-size: 12pt; 
	font-weight: normal;
	color: #000;
	background-color : transparent;
}
#content table{
	font-size: 12pt; 
	width: 90%;
	font-weight: normal;
	color: #000;
}
#content strong{
	font-weight: bold;
	background-color : transparent;
}
a:link, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
html.noted #content a:link:after,
html.noted #content a:visited:after {
  content: "";
}   */
	
.red-bold {
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	background-color : transparent;
}

#FactsheetsBox {
	border:1px solid #000;
	background-color:#fff;
	padding:0.6em;
	padding-top:0.4em;
	padding-bottom:0.4em;	
	font-size:0.9em;
	margin-bottom:0.3em;
	}
#factsheet-box {
	background-color: #fff;
	color:#000;
	float: none;
	padding: 0;
	border:0;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight:normal;
	height: auto;
	min-height: 40px;
}
#factsheet img{
	display: none;

}
#factsheetText {
	font-size:1.1em;
	display:block;
	font-weight:bold;
}
.factsheet-num { 

	font-size: 1.1em;
	font-weight: bold;
	color: #c00;
	margin-top: 0em;
	margin-left: 0em;
}	

#tipbox {
	width:90%;
	background-color: #ffc;
	background-image: url(/assets/lightbulb.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #333;
	padding: 5px 10px 5px 30px;
	border: 1px solid #666;
	margin: 5px 0 5px 0;
	font-size: 11pt; 
	font-weight: normal;
	min-height:30px;
}
#tipbox ul {
	margin-top: 5px;
	margin-bottom:0;
	padding:0;
	border:0;
}
#tipbox li {
	margin-bottom:3px;
}		

#header, #navbox, #nav, #navigation, #tnav, #search, #rightnav, #sidenav, #navbox, #navlist, #WhatToDo, #breadcrumbs, .skiptonav,#textstyle,#styleswitch, #jumpmenu,#logo {
	display : none;
}

.floatImgRight {
	float:right;
	margin-left:1em;
	margin-right:0;
	margin-top:0.6em;
	margin-bottom:0.3em;
	border:none;
	font-size:11pt;
	line-height:1.2em;
	color:#666;
	text-align:center;
	font-style:italic;
}
div.floatImgRight img { 
	border:1px solid #666; 
	margin-bottom:0.4em;
}

#logo {

	position : absolute;
	top : 0;
	left: 0; /*8px;*/
	float: left;
	z-index: 2;
	}
#navcontainer {
	display:none;
}
#validators {
	display:none;
}	
} /*end of NN4 hack	*/
	