/* For browsers  */

body {
   margin-left: 1cm; 
   margin-right: 1cm; 
   font-family: "Times New Roman";
   font-size: 12pt;
   color: #004824;
   background-color: #FBF9F3;
    }
  
    /* 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;
   background-color:#FBF9F3;
  }
  .indent {
    margin-left:0.50in; 
    line-height:20pt;
     font-size: 12pt;
  }
  .wideht {
  line-height:16pt;
  }
  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 #FBF9F3 #000000 #FBF9F3;
  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: #FBF9F3 #000000 #000000 #000000;
  text-align:center;
  }
  td.spacer {
  width:0.2in;
  border-style: solid;
  border-width: 1px;
  border-color: #FBF9F3 #FBF9F3;
  text-align:center;
  }
  td.bottom {
  border-style: solid;
  border-width: 1px;
  border-color:  #FBF9F3 #FBF9F3 #000000 #FBF9F3;
  text-align:center;
}