@charset "utf-8";
/* Stylesheet for printing*/

html {
	margin: 0;
	background-color: #ffffff !important;
	border: none;
	
	}
	
	
body {
	margin: 0;
	background-color: #ffffff !important;
	border: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

#content, #content a, #content p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 15px;}
#content h1 {font-size: 18px}
#content h2 {font-size: 16px}
	
#header {display:none}
#footer {display:none}
#content .row_2 .col_1 {display:none}
#sidebarUtilities {display:none;}


@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}

