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

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #fffff;
	line-height: 22px;
}

.noPrint { 
          display: none; 
          } 
		  
	.page-break	{ display:block; page-break-before:always; }
