/* Stylesheet for proofnlm.xsl
Beta release: July 8, 2003
~~~~~~~~~~~~~~
National Center for Biotechnology Information (NCBI)
National Library of Medicine (NLM)
~~~~~~~~~~~~~~
The classes below are divided into the following sections:

   Page setup
   Titling levels

For classes that may not be self-evident, 
a comment describing the use preceeds them.
*/


/* --------------- Page setup ------------------------ */

/* page and text defaults */
html {
     font-family:  helvetica;
     font-size:    10pt;
     margin-left:  8%;
     margin-right: 8%;
     }

/* front-matter */
.fm  {
     font-size:   9pt;
     line-height: 1.5;
     }
     
/* article body */
.body
     {
     font-family: times new roman;
     font-size:   12pt;
     line-height: 1.4;
     }

/* back-matter */
.bm  {
     font-size:   9pt;
     line-height: 1.5;
     }
.toc  {
     font-size:   9pt;
     line-height: 1.5;
     font-weight: bold;
     color: #FF00FF;

     }


/* rules */
hr.part-rule {
    color: red;
    width: 50%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }

hr.section-rule {
    color: black;
    width: 50%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }


/* generated text */     
.gen {
    color: #336699;
    font-size: 12pt;
    font-family:arial;

    }
.xref {
    color: FF00FF;
     font-size: 8pt;
 line-height: 0;
 vertical-align: text-top;    
   }

.a {
    color: red;
     font-size: 8pt;
 line-height: 0;
 vertical-align: text-top;    
   }


/* --------------- Titling levels -------------------- */

/* titling level 0: document title */
.t0-document {
   display: block;
   font-family: arial, helvetica, sans-serif;
   font-size: 14pt;
   font-weight: bold;
   color: #336699;
   line-height: 100%;
   text-align: left;
   }



/* titling level 1: document title */
.tl-document {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 14pt;
   font-weight: bold;
   color: #000000;
   line-height: 100%;
   text-align: left;
   }

/* titling level 2: main document parts */
.tl-main-part {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: #000000;
   line-height: 100%;
   
   }
 
/* titling level 3: first-level sections of main parts */
 .tl-section-level {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   color: #000000;
   line-height: 100%;
   }
 
/* titling level 4: lowest designed level */
.tl-lowest-section {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: #000000;
   line-height: 100%;
   }
   
/* default titling level */
.tl-default {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   color: #000000;
   line-height: 100%; 

  }
/*  font-size: 12pt;
/*  font-style: italic;

   
/* ---------------- End ------------------------------ */