<style type="text/css">

/* Articles */
body.ARTICLE { /* Default appearance for Article's text. */
  color: black; 
  background: white; 
  background-color: white; 
  background-attachment: fixed;
  background-position: 0% 0%;
  margin-left: 0%;
  margin-right: 0%;
}

/* Books */
body.BOOK { /* Default appearance for Book's text. */
  color: black; 
  background: white; 
}

/* Document Specific */

h2.SUBTITLE { 
              font-family: Verdana, Arial, Helvetica, sans-serif;
              color: navy;
              font-size: 12px;
              }

h3.AUTHOR { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px; 
            text-align: left;
            }

h3.CORPAUTHOR { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px; 
            text-align: left;
            }

p.COPYRIGHT { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            color: gray;
            text-align: left;
            }

span.RELEASEINFO { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            color: gray;
            text-align: left;
            }

/* Footnotes */
table.FOOTNOTES { /* Font specification for footnotes */ 
                  background: white;
                  color: black;
                  font-family: Helvetica;
                  font-size: 80%;
                  margin-left: 0%;
                  }

h3.FOOTNOTES { /* This is for the title "Notes" */
               font-family: Helvetica;
               font-size: 80%; /* 0.8 times the default size */
               color: olive;
               margin-left: 0%;
               }

/* Affiliation Stuff */
div.AFFILIATION { /* This is used to give emphasis on the affiliation */
                  /* text. I'm making it centered */ 
                  text-align: center;
                  }

/* Abstract */
blockquote.ABSTRACT { 
                      text-align: justify;
                      text-align: center;
                      }

div.ABSTRACT p { 
                 color: black;
                 background: white;
                 text-align: center;
                 }

/* Table of Contents */
div.TOC {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: 700; 
        color: #003399;
        }

div.TOC DT {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: 700; 
        color: #003399;
        }

div.TOC DD {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: 700; 
        color: #003399;
        }

/* Revision History */
div.REVHISTORY th { /* Used to center the title of the table that */
                    /* contains the revision history */
                    text-align: center;
                    }

/* Sections */
div.SECTIONS p { 
               text-align: justify;
               }

/* Acronyms */
span.ACRONYM { 
               font-weight: bold;
               }

/* Foreignphrase */
i.FOREIGNPHRASE { 
                  font-weight: normal;
                  }

div.INFORMALTABLE { 
                    /* Just for acknowledgement */
                    }

div h1 { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 14px; 
            color: blue;
            text-align: left;
            font-weight: bold;
            }

div h2 { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 14px; 
            color: blue;
            text-align: left;
            font-weight: bold;
            }
div p { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px; 
            text-align: left;
            }

div p i { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px; 
            text-align: left;
            font-weight: bold;
            }
div a { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            text-align: left;
            }

div table th { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px; 
            text-align: center;
            font-weight: bold;
            color: blue;
            }

div table td { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            font-weight: bold;
            }

h1.TITLE { 
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 16px;
           font-variant: small-caps ;
           font-weight: bold;
           background: white;
           text-align: left;
           }

table body.BOOK { 
             color: black; 
             background: white; 
            }

div.GLOSSARY dt { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            font-weight: bold;
            }

div.GLOSSARY p { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px; 
            }

iv.TITLEPAGE h1  { 
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 200%;
           color: red; 
           font-variant: small-caps ;
           font-weight: bold;
           background: white;
           text-align: left;
           }
</style>
