/* For printers - background white print black */
   
body {
   font-family: "Times New Roman";
   font-size: 12pt;
   color: black;
   backround-color: white;
    }
   
    .page-break { 
               display:block; 
               page-break-before:always; 
               }   
      
    /* inch font */  
    .byinch {
    font-family:Courier;
    font-size:12pt;
    }

    /* Emphisis */  
    div.emph {
     font-family: "Times New Roman";
     font-size: 12pt;
     backround-color: white;
     font-weight:bold;
    }

    /*  Instructions   */
  div.small {
     font-family: "Times New Roman";
     font-size: 11pt;
     backround-color: white;  
    }     
  table {
   font-size:12pt;
   line-height:18pt;
   font-family: "Times New Roman";
   color:black;
   text-align:center;
   backround-color: white;
  }

  .indent {
    margin-left:0.50in; 
    line-height:20pt;
     font-size: 12pt;
  }

  .wideht {
  line-height:16pt;
  }
  /* Sad use of code to keep center of customer order table blank */
  
  td.qt {
  width:0.4in;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  text-align:center;
  }
   
  td.nm {
  width:1.4in;
  border-style: solid;
  border-width: 1px;
  border-color: #000000 #ffffff #000000 #ffffff;
  text-align:center;
  }
 
  td.pr {
  width:0.55in;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  text-align:center;
  }
  td.side {
  width:0.55in;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #000000 #000000 #000000;
  text-align:center;
  }
  td.spacer {
  width:0.2in;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff;
  text-align:center;
  }
  td.bottom {
  border-style: solid;
  border-width: 1px;
  border-color:  #ffffff #ffffff #000000 #ffffff;
  text-align:center;
}