body {
  background-color: linen;
  font-family: "Times New Roman", Geneva, serif;
  font-size: 11pt;
  line-height: 12pt;
  }

body.X {
  background-color: #FFFCFC;
  font-family: "Avant Guard", Helvetica, Arial;
  font-size: 10pt;
  line-height: 11pt;
  }



p.check{background-color: #FFDDDD;}

p.pink {background-color: #FFDDDD;}

p.in {text-indent: 20px;}

p.ann {
   text-indent: 10px;
   font-family: Helvetica, Arial;
   font-size: 9pt;
}

span.ann {
   font-color: brown;
   font-family: Helvetica, Arial;
   font-size: 9pt;
}


span.long {
   font-family: "Avant Guard", Helvetica, Arial;
   font-size: 10.5pt;
   font-color: red;
}


blockquote.Q {
   font-family: "Avant Guard", Helvetica, Arial;
   text-indent: 20px;
}

UL.Q {
   text-indent:10px;
}

div.in {
     text-indent: 20px;
     line-height: 11pt;
}
               /* Inline boxes ignore top and bottom margins  */







div.gray6 {
     border: 2px solid gray;
     margin: 0;
     width: 500px;
     padding-left: 10px;
     padding-bottom: 5px;
}

div.gray7 {
     border: 2px solid gray;
     margin: 0;
     width: 700px;
     padding-left: 15px;
     padding-bottom: 5px;
}

div.red {
     border: 2px solid red;
     margin: 0;
     width: 520px;
       padding-left: 10px;
     padding-bottom: 5px;
}


div.hov {
     background-color: yellow;
     padding: 10px;
     display: none;
}


span:hover + div {
    display: block;
}


span.rbox {
     border: 2px solid gray;
     margin: 0;
     width: 100px;
     padding: 10px;
}


div.parts {
  border: 2px solid red ;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 60px;
  width: 460px;
  margin: 4px;
  text-indent: -50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.boxed {                   /* USE THIS FOR DEBUGGING */
  border: 2px solid red ;  /* Comments  use 1px solid #5D6063  (thin gray)*/
  padding: 5px;
  margin: 5px;
}

       /*Can use padding-top -bottom -left -right   */
       /* or use padding; 20px 10px; for Horiz Vert */
        /* use margin-bottom: 50px; space around */

table {
  border-collapse: collapse;

}

th, td {
   padding: 10px ;
}

.button {
 display: block;
 background-color: #9Ba06E;
 border: 1px solid red;
 color: white;  
 text-align: center;
 text-decoration: none;
 font-size: 14px;
 padding: 5px 5px;
 width: 150px;
}

ul.s {
 list-style-type: square;

}

ol.a {
  list-style-type: lower-alpha;
}

li.sep {
padding-top: 5px;
}



