/*    Brett Print Styles */   

body {
      width: 8.26in;
      height: 11.69in;
      margin: .4in;
      font: 11pt Arial, Helvetica, sans-serif;
      color: black;
      background-color: white; }

/* ************* Non-Displaying items  ***************** */
h1, h2 {
        display: none; }
#menu {
       display: none; }
	   
#samples {
          display: none; }
		  
.noprint {
          display: none; }
/* ********************************************************** */

h6 {
    font: bold 16pt 'Lucida Sans', 'Lucida Grande', sans-serif;
    margin-bottom: 0;
    margin-top: 0; }

h3 {
    font: bold 13pt 'Lucida Sans', 'Lucida Grande', sans-serif;
    margin: -2pt 0 0 0;
    padding: 0; }
	
h4 {
    font:  italic 12pt 'Lucida Sans', 'Lucida Grande', sans-serif;
    margin: 6pt 0 0 0;
    padding: 0; }
	
hr {
    color: black;
	height: 1pt;
	margin-top: 6pt;
	margin-bottom: 0; }
	
p {
   margin-top: 2pt;
   margin-bottom: 6pt;
   line-height: 120%; }
  
p.info {
        font-size: 12pt;
		line-height: 130%;
		margin-top: 0;
		border-top: 1pt black solid; }
	
ul {
    margin-top: 2pt;
	margin-bottom: 4pt; }
	
li {
    font-size: 11pt;
	padding-bottom: 4pt; }
	
.break {
        page-break-after: always; }
