/* CSS Print Document */
body {
   background: white;
   font-size: 12pt;
   }
   
DIV#masthead {
	/*margin-left: 0%;*/
	margin: 0 10px 0 0;
	display: none;
}

div#mastheadprint {
	display:block;
	}
/*	display: inherit;
	margin: 0px 0px 0px 0px;
	position:absolute;
	top: 0%;
	padding: 0px 0px 0px 0px;
	background: #000000;
	border-bottom: 0px solid #cccccc;
	width: auto;
}*/

#menu {
   display: none;
   }
   
/*#content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: relative !important;
   color: black;
   background: transparent none;
   }*/
   
#wrapper, #content, {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#content {
   margin-left: 0%;
   padding-top: 1em;
   /*border-top: 1px solid #930*/
   }
   
/*#image {
	float: relative;
	}*/
	
/*div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }*/
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
/*#content a:link:after, #content a:visited:after {
   content: "(" attr(href) ")";
   font-size: 90%;
   }NOTE: Prints the URL of the link*/
/*#content a[href^="/"]:after {
   content: " (http://www.spectecsensors.com" attr(href) ") ";
   }*/
DIV#globalNavi {display:none}
DIV#navBar {display:none}
DIV#siteInfo {display:none}