
/* top level headings are 16 point, bold, times-roman, centered */
  H1 { text-align: center;
       font-family: Times;
       font-size: 16pt;
       font-weight: bold;
       color: purple
     }

  /* 2nd level headings are 14 point, bold */

  H2 { text-align: left;
       font-family: Times;
       font-size: 14pt;
       font-weight: bold;
       color: purple
     }

  /* 3rd level headings are 12 point, bold */

  H3 { text-align: left;
       font-family: arial,sans-serif;
       font-size: 12pt;
       font-weight: bold;
       color: purple;
     }

 /* PRE is 12 point bold courier  */
  PRE { font-family: Courier,fixed;
         font-size: 12pt;
         color: blue;
       }
  /* PRE is 12 point bold courier  */
  .codebox { font-family: Courier,fixed;
         font-size: 12pt;
	 color: black;
         font-weight:bold;
       }


  /* CODE is 12 point bold courier blue */
  CODE { Font-Family: Courier,fixed;
        font-size: 12pt;
        color: blue;
        }

  /* CODE.small is 10 point bold courier blue */
  CODE.small { Font-Family: Courier,fixed;
        font-size: 10pt;
        color: blue;
        }
  
SPAN.term{ font-weight: bold; 
          font-style: italic;
          text-size: 12pt;
        }

P.caption {
        font-family: sans-serif;
        text-size: 8pt;
        text-align: center;
}

 BODY { font-family: arial,sans-serif; }
	


 BODY.source { font-family: arial,sans-serif; 
	background-color: #cccccc}

 XTH {color:black; font-size: 10pt}
 XTD {font-size: 10pt}

 link {text-decoration:none }
 visited { text-decoration:none }
 active { color: black; }
 :hover { color: #8899aa; }

 DIV.in1 { margin-left:.5in}
 DIV.page { margin-left:.25in; margin-right: .25in}

 .title {font-family: arial,sans-serif; font-size:16pt; font-weight: bold; color: white}

 .section {font-family: arial,sans-serif; font-size:12pt; font-weight: bold; color: white}

 .subsection {font-family: arial,sans-serif; font-size:10pt; font-weight: bold; color: white}

 .box {font-family:Times,serif; color: black; font-size:12pt;}

 .menu { color:white;font-family:arial,sans-serif;font-size:10pt;font-weight:bold;text-decoration:none;}

SPAN.code { color:blue; }

.but {font-size: 10pt; font-weight:bold;  color:black;}
