/* CSS Document */

.print	{
   display: inline;
   }

.noprint	{
   display:  none !important;
   }
#masthead, #header, #globalnav, #searchwide, #footernav {
  display: none !important;
}

body {
	background: white;
	font-size: 12pt;
	color: #999;
}

#content {
	background: none;
	color: #999;
}
#pagewrap, #content, #col6wide, #col5wide, #col4wide, #col3wide, #col2wide, #col1wide, #footer	{
   width: 100%;
   height: auto;
   float: none !important;
   border: none;
   margin: 10pt 0 0 0;
   padding: 0;
   top:0;
   text-align: left;
	color: #666;
}
a:link, a:visited, a, a:link	{
	position: static;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #555;
	border-bottom-color: #555;
}
