body          { background-color : #EEEEEE;              /* Body -------------- */
                color            : #000000;
                text-align       : justify;
                padding          : 0px 0px 0px 0px;
                margin           : 0px 5px 0px 5px;  }

h1            { font-size        : 210%;                 /* Heading 1           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }
h2            { font-size        : 190%;                 /* Heading 2           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }
h3            { font-size        : 165%;                 /* Heading 3           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }
h4            { font-size        : 145%;                 /* Heading 4           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }
h5            { font-size        : 125%;                 /* Heading 5           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }
h6            { font-size        : 110%;                 /* Heading 6           */
                font-weight      : 700;
                margin           : 8px 0px 0px 0px;  }

img           { border           : 0px;              }   /* Images              */
p             { margin           : 3px 0px 3px 0px;  }   /* Paragraph           */
span.red      { margin           : 3px 0px 3px 0px;      /* Red content         */
                color            : #FF0000;          }
ul            { margin-top       : 0px;              }   /* Unordered list      */
input         { margin           : 0px 5px 0px 20px; }   /* Input fields        */
textarea      { margin           : 0px 5px 0px 20px; }   /* Text input fields   */
table         { margin           : 0px 5px 0px 20px;     /* Table               */
                border-collapse  : collapse;         }
td            { padding          : 2px 5px 2px 5px;      /* Table-cell          */
                text-align       : justify;
                vertical-align   : top;              }
                                                         /* ----- Classes ----- */
.b0010        { border-bottom    : 1px solid black;  }   /* Border bottom       */
.b0100        { border-right     : 1px solid black;  }   /* Border right        */
.b0110        { border-bottom    : 1px solid black;      /* Border right-bottom */
                border-right     : 1px solid black;  }
.b1111        { border           : 1px solid black;  }   /* Border circulate    */


.loc          { background-color : #DDDDFF;              /* Location bar/table  */
                white-space      : nowrap;               /* ... (you are here:) */
                margin           : 0px 0px 0px 0px;
                font-size        : 11px;
                font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
                display          : inline;
                position         : fixed;
                top              : 0px;
                left             : 0px;              }
.loc td       { padding          : 1px 5px 3px 5px;      /* Location cell       */
                vertical-align   : middle;           }

*.nav         { font-size        : 11px;                 /* Navigation text     */
                text-decoration  : none;
                font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
                color            : #000000;          }

a.nav:hover   { color            : #0000FF;              /* Navigation hovered  */
                text-decoration  : underline;        }

.adjust       { overflow         : visible;          }   /* Adjustable drawing  */







