

/* Print CSS */



html, body {

    font-size: 69%;  /* 85 = 11px, 92 = 12px */
	color: #000000;
	text-align: left;

  }

body{

	font-family: "Trebuchet MS", Verdana, Arial;  
	color: #000000;

margin-top:5px;


	}

 

 

/*----------- page layout ----------------------------*/ 

#wrap {   /* page container */
	/*margin: 0px auto;*/ 

	width: 998px;
	background-color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
  } 
  



#BU_content_left, #BU_content_right {

	width: 48%;
	
	}



#head_search {

	display: none;

	}
	
	#sidenav {

	display: none;

	}
	
	
	
	
	
#resultstable {page-break-inside: avoid; font-size: 7pt !important; max-width:95% !important; overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */ word-wrap: break-word; /* Internet Explorer 5.5+ */}
