@charset "UTF-8";
/* CSS Document */


/* --------------- begin tag styles  --------------- */
html, body {
/*   background-color:#fff;
*/   }

* {
	float: none;
	position: relative;
	margin: 0;
}
img{
	border: 0;
}
/* --------------- end tag styles  --------------- */


/* --------------- begin clear js background ------------ */
* {
  background-color: white !important;
  background-image: none !important;
  }

body {width:100%; 
  background-color: white !important;
  background-image: none !important;
  }

/* --------------- end clear js background ------------ */




/* --------------- begin cancel print styles  --------------- */
div#headerWrapBehind, div#logoScreen, div#navigation, div#footer {
	display: none;
}
.noPrint {
	display: none;
}
/* --------------- begin cancel print styles  --------------- */




/* --------------- begin page styles  --------------- */
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
img {
	page-break-inside: avoid;
	page-break-after: avoid;
}
.pageBreak {
	display:block;
	page-break-before:always;
}
/*@page	{
	orphans:4;
	widows:2;
}

@page {
  margin: 3in;
}

div#header {
	margin-left: 1in;
	margin-right: 1in;
	margin-top: 1in;
	margin-bottom: 1in;
}
div#content {
	margin: 0;
}
div#content {
	margin-left: 1in;
	margin-right: 1in;
	margin-top: 1in;
	margin-bottom: 1in;
}*/
/* --------------- end page styles  --------------- */



/* --------------- begin stationary styles  --------------- */
div#logoPrint {
	position: relative;
/*	margin-bottom: 50pt;
*/}
div#printLogoLeft {
	display: inline;
	position: absolute;
}

div#printLogoRight {
	float: right;
	display: inline;
}
/* --------------- begin stationary styles  --------------- */



/* --------------- begin content styles  --------------- */
div#contentWrap {
	width: 100%;
	margin: 0;
	float: none;
	}
	
	
	
/* --------------- end content styles  --------------- */












/* --------------- begin typography styles  --------------- */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}
h1, h2, h3, h4, h5, h6 {
	color:#666666;
	margin-top: 12pt;
	margin-bottom: 3pt;
	text-weight: bold;
	display: block;
}
	
	
/* --------------- end typography styles  --------------- */