
/********************************************************************************************/
/*                                                                                          */
/*            http://hexadecimal.florencetime.net/syn.css                                   */
/*                                                                                          */
/*  0. IND :  http://hexadecimal.florencetime.net/index.htm      W3C: 4 minor errors        */
/*  1. SPH :  http://hexadecimal.florencetime.net/Hexadecimal_metric_system.htm             */
/*  2. UNN :  http://hexadecimal.florencetime.net/universal_hexadecimal_number_names.htm    */
/*  3. ZIL :  http://hexadecimal.florencetime.net/zillions.htm                              */
/*  7. FMF :  http://hexadecimal.florencetime.net/images/florence_meridian.htm              */
/*  8. GRY :  http://hexadecimal.florencetime.net/Glossary.htm                              */
/*  9. SMP :  http://hexadecimal.florencetime.net/site-map.htm   W3C: 4 minor errors        */
/*                                                                                          */
/* ---------------------------------------------------------------------------------------- */
/*                                                                                          */
/*            http://hexadecimal.florencetime.net/new.css                                   */
/*                                                                                          */
/*  0. BSC :  http://hexadecimal.florencetime.net/zyx_HFT-basic.htm                         */
/*                                                                                          */
/* ---------------------------------------------------------------------------------------- */
/*                                                                                          */
/*                                                                                          */
/*  Differences to syn.css :                                                                */
/*                                                                                          */
/*     p !=  line-height:135%;                                                              */
/*     p  +   font-size:10pt;                                                               */
/*     h1 +  margin-top:64px; margin-bottom:32px;                                           */
/*                                                                                          */
/*  added:          .H01 to .H99                                                            */
/*                  paddings 1-9 to 64, margins to 64                                       */
/*                                                                                          */
/*  depreciated:                                                                            */
/*  1. class="myp"                                                                          */
/*                                                                                          */
/*  deleted:                                                                                */
/*  1. class=""                                                                             */
/*                                                                                          */
/********************************************************************************************/



/*  DEFAULTS  */
    body  { font-family:Arial,sans-serif; margin:0px; font-size:24pt; }
    p     { font-family:sans-serif; }
    h1    { font-size:24pt; font-family:Arial,sans-serif; margin-top:64px; margin-bottom:32px; }
    h2    { font-size:15pt; font-family:Arial,sans-serif; }
    h3    { font-size:13pt; font-family:Arial,sans-serif; }
    h4    { font-size:12pt; font-family:Arial,sans-serif; }
    h5    { font-size:10pt; font-family:Arial,sans-serif; }


/*  FONTS  */
   .ssf   { font-family:'Arial',sans-serif; }
   .mno   { font-family:'Courrier New',monospace; }
   .unc   { font-family:'Arial Unicode MS',sans-serif; }

/*  LETTER-SPACINGS  */
   .lS0   { letter-spacing: -1px; }
   .lS1   { letter-spacing:  1px; }
   .lS2   { letter-spacing:  2px; }
   .lS3   { letter-spacing:  3px; }
   .lS4   { letter-spacing:  4px; }


/*  ALIGNS  */
   .tAl   { text-align:left; }
   .tAc   { text-align:center; }
   .tAr   { text-align:right; }
   .tAr   { text-align:justify; }
   
   .vAt   { vertical-align:top; }
   .vAm   { vertical-align:middle; }
   .vAb   { vertical-align:bottom; }

   .vAbsl { vertical-align:baseline; }
   .vAsub { vertical-align:sub; }
   .vAsup { vertical-align:super; }
   .vAtxt { vertical-align:text-top; }
   .vAtxb { vertical-align:text-bottom; }

   .ov    { text-decoration:overline }
   .un    { text-decoration:underline }
   .b     { font-weight:bold; }


/*  BORDERS  */

   .BSnon  { border-style:none; }
   .BSdot  { border-style:dotted; }
   .BSdas  { border-style:dashed; }
   .BSsol  { border-style:solid; }
   .BSdou  { border-style:double; }
   .BSgro  { border-style:groove; }
   .BSrid  { border-style:ridge; }
   .BSins  { border-style:inset; }
   .BSout  { border-style:outset; }

   .BW0    { border-width: 0px; }
   .BW1    { border-width: 1px; }
   .BW2    { border-width: 2px; }
   .BW3    { border-width: 3px; }
   .BW4    { border-width: 4px; }
   .BW5    { border-width: 5px; }
   .BW6    { border-width: 6px; }
   .BW7    { border-width: 7px; }
   .BW8    { border-width: 8px; }
   .BW9    { border-width: 9px; }

   .B_FFF  { border-color: white; }
   .B_FF0  { border-color: yellow; }
   .B_F0F  { border-color: fuchsia; }
   .B_F00  { border-color: red; }
   .B_0FF  { border-color: aqua; }
   .B_0F0  { border-color: lime; }
   .B_00F  { border-color: blue; }
   .B_000  { border-color: black; }

   .B_kkk  { border-color: silver; }
   .B_ttt  { border-color: gray; }
   .B_ttq  { border-color: olive; }
   .B_tqt  { border-color: purple; }
   .B_tqq  { border-color: maroon; }
   .B_qtt  { border-color: teal; }
   .B_qtq  { border-color: green; }
   .B_qqt  { border-color: navy; }


/*  BACKGROUNDS  */
   .G_FFF  { background-color: white; }
   .G_FF0  { background-color: yellow; }
   .G_F0F  { background-color: fuchsia; }
   .G_F00  { background-color: red; }
   .G_0FF  { background-color: aqua; }
   .G_0F0  { background-color: lime; }
   .G_00F  { background-color: blue; }
   .G_000  { background-color: black; }

   .G_zFF  { background-color:#F8FFFF; }

   .G_kkk  { background-color: silver; }
   .G_xxx  { background-color:#E0E0E0; }
   .G_ttt  { background-color: gray; }
   .G_ttq  { background-color: olive; }
   .G_tqt  { background-color: purple; }
   .G_tqq  { background-color: maroon; }
   .G_qtt  { background-color: teal; }
   .G_qtq  { background-color: green; }
   .G_qqt  { background-color: navy; }




/*  depreciated */
   .bgZZZ { background-color:#ECECEC; }
   .bgYYY { background-color:#C8C8C8; }
   .bgXXX { background-color:#E0E0E0; }

   .bgWWW { background-color:#F8FFFF; }

   .bg3EC { background-color:#ECECEC; }
   .bg3E0 { background-color:#E0E0E0; }
   .bg3C8 { background-color:#C8C8C8; }

   .G_3kx { background-color:#ECECEC; }
   .G_3kt { background-color:#C8C8C8; }


   .bgXF8 { background-color:#F8FFFF; }
   .bgYFF { background-color:#F8FFF8; }   /* ZIL */
   .bgZ80 { background-color:#FFFF80; }   /* IND */


/*  LINE-HEIGHTS  */
   .lH1   { line-height:100%; }
   .lH4   { line-height:140%; }
   .lH5   { line-height:150%; }

   .lH16  { line-height:16px; }
   .lH17  { line-height:17px; }
   .lH18  { line-height:18px; }
   .lH19  { line-height:19px; }
   .lH20  { line-height:20px; }
   .lH21  { line-height:21px; }
   .lH22  { line-height:22px; }
   .lH23  { line-height:23px; }
   .lH24  { line-height:24px; }

   .lh1  { line-height:100% }  /* IND */


/*  LAST MODIFIED  */
   .LMF   { font-size: 8pt; font-family:Arial,sans-serif; line-height:10px; margin-top:  0px; margin-bottom:10px; margin-left:0px;vertical-align:middle; }


/*  LINKS  */
/* my Adress underline */
  a:link.mAu    { color:blue;   background-color:transparent;  text-decoration:underline }
  a:visited.mAu { color:blue;   background-color:transparent;  text-decoration:underline }
  a:hover.mAu   { color:purple; background-color:transparent;  text-decoration:underline }
  a:active.mAu  { color:purple; background-color:transparent;  text-decoration:underline }
  a:focus.mAu   { color:purple; background-color:transparent;  text-decoration:underline }

/* blue monocolor */
  a:link.uL3    { color:blue;   background-color:transparent;  text-decoration:none }
  a:visited.uL3 { color:blue;   background-color:transparent;  text-decoration:none }
  a:hover.uL3   { color:blue;   background-color:transparent;  text-decoration:none }
  a:active.uL3  { color:blue;   background-color:transparent;  text-decoration:none }
  a:focus.uL3   { color:blue;   background-color:transparent;  text-decoration:none }

  a:link.tcx    { color:blue;   background-color:transparent;  text-decoration:none }
  a:visited.tcx { color:blue;   background-color:transparent;  text-decoration:none }
  a:hover.tcx   { color:blue;   background-color:transparent;  text-decoration:underline }
  a:active.tcx  { color:blue;   background-color:transparent;  text-decoration:underline }
  a:focus.tcx   { color:blue;   background-color:transparent;  text-decoration:underline }

  a:link.uL0    {color:blue;    background-color:transparent;  text-decoration:none }
  a:visited.uL0 {color:blue;    background-color:transparent;  text-decoration:none }
  a:hover.uL0   {color:blue;    background-color:transparent;  text-decoration:underline }
  a:active.uL0  {color:blue;    background-color:transparent;  text-decoration:underline }
  a:focus.uL0   {color:blue;    background-color:transparent;  text-decoration:underline }

  a:link.uL2    { color:blue;   background-color:transparent;  text-decoration:underline }
  a:visited.uL2 { color:blue;   background-color:transparent;  text-decoration:underline }
  a:hover.uL2   { color:blue;   background-color:transparent;  text-decoration:underline }
  a:active.uL2  { color:blue;   background-color:transparent;  text-decoration:underline }
  a:focus.uL2   { color:blue;   background-color:transparent;  text-decoration:underline }

  a:link.new    { color:blue;   background-color:transparent;  text-decoration:underline }
  a:visited.new { color:blue;   background-color:transparent;  text-decoration:underline }
  a:hover.new   { color:blue;   background-color:transparent;  text-decoration:underline }
  a:active.new  { color:blue;   background-color:transparent;  text-decoration:underline }
  a:focus.new   { color:blue;   background-color:transparent;  text-decoration:underline }

/* green Adress underline */
  a:link.gAu    { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:visited.gAu { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:hover.gAu   { color:purple; background-color:transparent; text-decoration:underline }  /* IND */
  a:active.gAu  { color:purple; background-color:transparent; text-decoration:underline }  /* IND */
  a:focus.gAu   { color:purple; background-color:transparent; text-decoration:underline }  /* IND */

/* green monocolor */
  a:link.gLu    { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:visited.gLu { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:hover.gLu   { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:active.gLu  { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:focus.gLu   { color:green;  background-color:transparent; text-decoration:underline }  /* IND */

  a:link.gLu    { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:visited.gLu { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:hover.gLu   { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:active.gLu  { color:green;  background-color:transparent; text-decoration:underline }  /* IND */
  a:focus.gLu   { color:green;  background-color:transparent; text-decoration:underline }  /* IND */

  a:link.uL4    {color:green;   background-color:transparent; text-decoration:underline }
  a:visited.uL4 {color:green;   background-color:transparent; text-decoration:underline }
  a:hover.uL4   {color:green;   background-color:transparent; text-decoration:underline }
  a:active.uL4  {color:green;   background-color:transparent; text-decoration:underline }
  a:focus.uL4   {color:green;   background-color:transparent; text-decoration:underline }

/* no-class */
  a:link        { color:blue;    background-color:transparent; text-decoration: none }
  a:link:hover  { color:blue;    background-color:transparent; }
  a:visited     { color:blue;    background-color:transparent; text-decoration: none }
  a:hover       { color:blue;    background-color:transparent; text-decoration: underline }
  a:active      { color:purple;  background-color:transparent;  text-decoration:underline }
  a:focus       { color:purple;  background-color:transparent;  text-decoration:underline }

/* site-map */
  a:link.uL1    {color:blue;    background-color:transparent;  text-decoration:underline }
  a:visited.uL1 {color:purple;  background-color:transparent;  text-decoration:underline }
  a:hover.uL1   {color:blue;    background-color:transparent;  text-decoration:underline }
  a:active.uL1  {color:red;     background-color:transparent;  text-decoration:underline }
  a:focus.uL1   {color:red;     background-color:transparent;  text-decoration:underline }

/* IND degree */

td.iAd a:link    { color:red;    background-color:transparent; font-family:monospace; text-decoration:none;       }  /* IND */
td.iAd a:visited { color:black;   background-color:transparent; font-family:monospace; text-decoration:none; }  /* IND */
td.iAd a:hover   { color:red;    background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.iAd a:activ   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.iAd a:focus   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */

td.txt4a a:link    { color:blue;    background-color:transparent; font-family:monospace; text-decoration:none; }  /* IND */
td.txt4a a:visited { color:black;   background-color:transparent; font-family:monospace; text-decoration:none; }  /* IND */
td.txt4a a:hover   { color:blue;    background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.txt4a a:activ   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.txt4a a:focus   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */

td.txt3  a:link    { color:blue;    background-color:transparent; font-family:monospace; text-decoration:none; }  /* IND */
td.txt3  a:visited { color:black;   background-color:transparent; font-family:monospace; text-decoration:none; }  /* IND */
td.txt3  a:hover   { color:blue;    background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.txt3  a:activ   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
td.txt3  a:focus   { color:purple;  background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */

/*  index Adress degree  */  
  a:link.iAd       { color:red;    background-color:transparent; font-family:monospace; text-decoration:none;       }  /* IND */
  a:visited.iAd    { color:red;    background-color:transparent; font-family:monospace; text-decoration:none;       }  /* IND */
  a:hover.iAd      { color:red;    background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
  a:activ.iAd      { color:purple; background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */
  a:focus.iAd      { color:purple; background-color:transparent; font-family:monospace; text-decoration:underline; }  /* IND */




/*  SPECIALS  */

   .A01   { width:16px; text-align:center; }  /* ZIL */
   .A02   { width:10px; text-align:left; }  /* ZIL */
   .A03   { width:36px; text-align:left; }  /* ZIL */

   .C01   { width:105px; padding-right:4px; height:30px; }       /* ZIL */
   .C02   { width: 96px; }                                       /* ZIL */
   .C03   { width: 80px; }                                       /* ZIL */
   .C04   { width:120px; text-align:center; }                    /* ZIL */
   .C05   { width: 88px; padding-left:3px; }                     /* ZIL */
   .C06   { width: 92px; letter-spacing:1px; }                   /* ZIL */
   .C07   { width:226px; text-align:left; padding-left:16px; }   /* ZIL */
   .C08   { width:132px; }                                       /* ZIL */
   .C10   { width:104px; padding-left:6px; height: 20px; }       /* ZIL */
   .C11   { width: 24px; }                                       /* ZIL */
   .C12   { width: 14px; }                                       /* ZIL */
   .C13   { width: 68px; }                                       /* ZIL */
   .C14   { width: 16px; }                                       /* ZIL */
   .C15   { width: 64px; padding-right:0px; }                    /* ZIL */

   .c2    {                          font-size:10pt; padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c3    {                          font-size:10pt; padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c4    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c5    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c6    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c7    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c8    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .c9    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .cA    {                                          padding-left: 0px; padding-right: 0px; }    /* ZIL */
   .cB    {  letter-spacing:1px; color:red; font-weight: bold; }                                 /* ZIL */

   .cF4   {                        line-height:22px; margin-top:    0px; margin-bottom: 0px; }   /* ZIL */
   .cF5   {                        line-height:22px; padding-right: 0px; }                       /* ZIL */

   .dec   {                    font-weight:bold;            padding-right: 4px;     font-size:11pt; font-family:Arial,sans-serif; }                          /* UNN */
   .Exc   { margin-top: 5px; margin-left:20px; margin-bottom:0px; line-height:100%; font-size:10pt; font-family:Arial,sans-serif; }
   .FIN   { margin-top: 0px;                   margin-bottom:0px;                   font-size:10pt; font-family:Arial,sans-serif; }   /* ZIL */

   .hex   { font-size:10pt; font-family:monospace;                                     padding-right: 5px; }                                                /* UNN */

   .HM0   { height:22px; font-family:"Courier New",monospace; font-size:12pt; margin-top: 0px; margin-bottom: 0px; }                                        /* ZIL */
   .HM1   { width: 20px; font-family:"Courier New",monospace; font-size:12pt; margin-top: 0px; margin-bottom: 0px; text-align:center; }                     /* ZIL */
   .HM2   {              font-family:"Courier New",monospace; font-size:12pt; margin-top: 0px; margin-bottom: 0px; }                                        /* ZIL */
   .HM3   { width: 14px; font-family:"Courier New",monospace; font-size: 8pt; margin-top: 0px; margin-bottom: 0px; text-align:right; vertical-align:top; }  /* ZIL */
   .HM8   {                  padding-right: 0px; }                                                                                                          /* ZIL */
   .HM9   { padding-top:0px; padding-right: 0px; }                                                                                                          /* ZIL */

   .myp   { font-family:Arial,sans-serif; font-size:10pt; }
   .new   { font-size:10pt; font-family:Arial,sans-serif; }                                                                                                 /* UNN */
   .num   { font-size:19pt; font-family:monospace;        font-weight:bold;                                }                                                /* UNN */
   .Sep   { margin-top: 5px; margin-left: 0px; margin-bottom:0px; line-height:100%; font-size:10pt; font-family:Arial,sans-serif; }
   .sup   { font-size:   8pt; margin-top: 0px; margin-bottom: 0px; }                                                                                        /* ZIL */
   .syl   { font-size:12pt; font-family:monospace; height:32px; vertical-align:bottom; padding-bottom:7px; }                                                /* UNN */
   .val   { font-size: 8pt; font-family:Arial;     height:16px; vertical-align:top;    padding-top:   2px; }                                                /* UNN */

   .toc   { font-family:Arial,sans-serif; font-size:11pt; height:24px;                    }  /* SMH */
   .tc0   { font-family:Arial,sans-serif; font-size:11pt; color:blue;  padding-left:32px; }  /* SMH */
   .tc1   { font-family:Arial,sans-serif; font-size:11pt; color:blue;  padding-left:12px; }  /* SMH */
   .tc2   { font-family:Arial,sans-serif; font-size:11pt; color:black; padding-left:12px; }  /* SMH */
   .tc3   { font-family:Arial,sans-serif; font-size:11pt; color:black; padding-left:40px; }  /* SMH */
   .tc4   { font-family:Arial,sans-serif; font-size:11pt; color:black; padding-left:82px; }  /* SMH */
   .tct   { font-family:Arial,sans-serif; font-size:11pt; color:black; line-height: 150%; }  /* SMH */


   .ttl   { font-weight:bold; line-height:18px; padding-left: 0px; padding-right: 0px; background-color:#CCCCCC; }  /* ZIL */

   .txt3  { width:120px; height:24px; background-color:#FFFFFF; padding-left:4px; font-size:13pt; font-family:monospace;        }  /* IND */
   .txt4a { width:120px; height:24px; background-color:#FFFF80; padding-left:6px; font-size:13pt; font-family:monospace;        }  /* IND */
   .txt5  { width:120px; height:20px; background-color:#FFFFFF; padding-left:2px; font-size:10pt; font-family:Arial,sans-serif; }  /* IND */
   .txt6a { width:120px; height:20px; background-color:#FFFF80; padding-left:2px; font-size:10pt; font-family:Arial,sans-serif; }  /* IND */
 
   .Z01   { width:176px; }  /* ZIL */
   .Z02   { width: 92px; }  /* ZIL */
   .Z03   { width: 92px; }  /* ZIL */
   .Z04   { width: 32px; }  /* ZIL */
   .Z05   { width: 32px; }  /* ZIL */
   .Z06   { width: 32px; }  /* ZIL */
   .Z07   { width: 72px; }  /* ZIL */
   .Z08   { width: 88px; }  /* ZIL */
   .Z09   { width: 88px; }  /* ZIL */

   .W72   { width: 72px; }   /* UNN */
   .W42   { width: 42px; }   /* UNN */
   .W00   { width: 100%; }


/*  SPECIALS 2 CAP */

   .pF4   { line-height:22px; margin-top: 0px; margin-bottom: 0px; }              /* ZIL */

   .vTd   {                             text-align:right;  padding-right:13px; }  /* UNN */
   .vTb   { font-size:14pt; font-family:'Arial Unicode MS',sans-serif;         }  /* UNN */
   .vT0   { font-size:15pt; width:12px; text-align:left;   padding-bottom:2px; }  /* UNN */
   .vT1   { font-size:15pt; width: 0px; text-align:right;  padding-bottom:2px; }  /* UNN */
   .vT2   {                 width:16px;                    padding-bottom:0px; }  /* UNN */
   .vT3   { font-size:15pt; width: 0px; text-align:left;   padding-bottom:2px; }  /* UNN */

   .pTb   { font-size:16pt; font-family:'Arial Unicode MS',sans-serif;         }  /* UNN */
   .pT1   { font-size:17pt; width: 0px; text-align:center; padding-bottom:5px; }  /* UNN */
   .pT2   {                 width:24px;                    padding-bottom:2px; }  /* UNN */
   .pT3   { font-size:17pt; width: 0px; text-align:center; padding-bottom:5px; }  /* UNN */

   .cX0   { width:112px; height:112px; }
   .fX1   { font-family:Arial,sans-serif;          font-size:08pt; line-height:100%; margin-top: 1px; margin-bottom: 0px; margin-left: 0px; }
   .fX2   { font-family:'Courrier New',monospace;  font-size:12pt; line-height:100%; margin-top: 7px; margin-bottom: 0px; margin-left: 4px; }
   .fX3   { font-family:Arial,sans-serif;          font-size:10pt; line-height:100%; margin-top: 6px; margin-bottom: 0px; margin-left: 1px; }
   .fX4   { font-family:Arial,sans-serif;          font-size:09pt; line-height:100%; margin-top: 8px; margin-bottom: 0px; margin-left: 1px; }



/*  WIDTHS  */
   .W01   { width:  1px; }
   .W02   { width:  2px; }
   .W03   { width:  3px; }
   .W04   { width:  4px; }
   .W05   { width:  5px; }
   .W06   { width:  6px; }
   .W07   { width:  7px; }
   .W08   { width:  8px; }
   .W09   { width:  9px; }
   .W10   { width: 10px; }
   .W11   { width: 11px; }
   .W12   { width: 12px; }
   .W13   { width: 13px; }
   .W14   { width: 14px; }
   .W15   { width: 15px; }
   .W16   { width: 16px; }
   .W17   { width: 17px; }
   .W18   { width: 18px; }
   .W19   { width: 19px; }
   .W20   { width: 20px; }
   .W21   { width: 21px; }
   .W22   { width: 22px; }
   .W23   { width: 23px; }
   .W24   { width: 24px; }
   .W25   { width: 25px; }
   .W26   { width: 26px; }
   .W27   { width: 27px; }
   .W28   { width: 28px; }
   .W29   { width: 29px; }
   .W30   { width: 30px; }
   .W31   { width: 31px; }
   .W32   { width: 32px; }
   .W33   { width: 33px; }
   .W34   { width: 34px; }
   .W35   { width: 35px; }
   .W36   { width: 36px; }
   .W37   { width: 37px; }
   .W38   { width: 38px; }
   .W39   { width: 39px; }
   .W40   { width: 40px; }
   .W41   { width: 41px; }
   .W42   { width: 42px; }
   .W43   { width: 43px; }
   .W44   { width: 44px; }
   .W45   { width: 45px; }
   .W46   { width: 46px; }
   .W47   { width: 47px; }
   .W48   { width: 48px; }
   .W49   { width: 49px; }
   .W50   { width: 50px; }
   .W51   { width: 51px; }
   .W52   { width: 52px; }
   .W53   { width: 53px; }
   .W54   { width: 54px; }
   .W55   { width: 55px; }
   .W56   { width: 56px; }
   .W57   { width: 57px; }
   .W58   { width: 58px; }
   .W59   { width: 59px; }
   .W60   { width: 60px; }
   .W61   { width: 61px; }
   .W62   { width: 62px; }
   .W63   { width: 63px; }
   .W64   { width: 64px; }
   .W65   { width: 65px; }
   .W66   { width: 66px; }
   .W67   { width: 67px; }
   .W68   { width: 68px; }
   .W69   { width: 69px; }
   .W70   { width: 70px; }
   .W71   { width: 71px; }
   .W72   { width: 72px; }
   .W73   { width: 73px; }
   .W74   { width: 74px; }
   .W75   { width: 75px; }
   .W76   { width: 76px; }
   .W77   { width: 77px; }
   .W78   { width: 78px; }
   .W79   { width: 79px; }
   .W80   { width: 80px; }
   .W81   { width: 81px; }
   .W82   { width: 82px; }
   .W83   { width: 83px; }
   .W84   { width: 84px; }
   .W85   { width: 85px; }
   .W86   { width: 86px; }
   .W87   { width: 87px; }
   .W88   { width: 88px; }
   .W89   { width: 89px; }
   .W90   { width: 90px; }
   .W91   { width: 91px; }
   .W92   { width: 92px; }
   .W93   { width: 93px; }
   .W94   { width: 94px; }
   .W95   { width: 95px; }
   .W96   { width: 96px; }
   .W97   { width: 97px; }
   .W98   { width: 98px; }
   .W99   { width: 99px; }
   
   .W128  { width:  128px; }  /* IND */



/*  MARGINS  */

   .tM0    { margin-top:     0px; }
   .tM5    { margin-top:     5px; }
   .bM0    { margin-bottom:  0px; }
   .lM0    { margin-left:    0px; }

   .tM00   { margin-top:     0px; }
   .tM01   { margin-top:     1px; }
   .tM02   { margin-top:     2px; }
   .tM03   { margin-top:     3px; }
   .tM04   { margin-top:     4px; }
   .tM05   { margin-top:     5px; }
   .tM06   { margin-top:     6px; }
   .tM07   { margin-top:     7px; }
   .tM08   { margin-top:     8px; }
   .tM09   { margin-top:     9px; }
   .tM10   { margin-top:    10px; }
   .tM11   { margin-top:    11px; }
   .tM12   { margin-top:    12px; }
   .tM13   { margin-top:    13px; }
   .tM14   { margin-top:    14px; }
   .tM15   { margin-top:    15px; }
   .tM16   { margin-top:    16px; }
   .tM17   { margin-top:    17px; }
   .tM18   { margin-top:    18px; }
   .tM19   { margin-top:    19px; }
   .tM20   { margin-top:    20px; }
   .tM21   { margin-top:    21px; }
   .tM22   { margin-top:    22px; }
   .tM23   { margin-top:    23px; }
   .tM24   { margin-top:    24px; }
   .tM25   { margin-top:    25px; }
   .tM26   { margin-top:    26px; }
   .tM27   { margin-top:    27px; }
   .tM28   { margin-top:    28px; }
   .tM29   { margin-top:    29px; }
   .tM30   { margin-top:    30px; }
   .tM31   { margin-top:    31px; }
   .tM32   { margin-top:    32px; }

   .tM34   { margin-top:    34px; }
   .tM36   { margin-top:    36px; }
   .tM38   { margin-top:    38px; }
   .tM40   { margin-top:    40px; }
   .tM42   { margin-top:    42px; }
   .tM44   { margin-top:    44px; }
   .tM46   { margin-top:    46px; }
   .tM48   { margin-top:    48px; }
   .tM50   { margin-top:    50px; }
   .tM52   { margin-top:    52px; }
   .tM54   { margin-top:    54px; }
   .tM56   { margin-top:    56px; }
   .tM58   { margin-top:    58px; }
   .tM60   { margin-top:    60px; }
   .tM62   { margin-top:    62px; }
   .tM64   { margin-top:    64px; }


   .rM00   { margin-right:   0px; }
   .rM01   { margin-right:   1px; }
   .rM02   { margin-right:   2px; }
   .rM03   { margin-right:   3px; }
   .rM04   { margin-right:   4px; }
   .rM05   { margin-right:   5px; }
   .rM06   { margin-right:   6px; }
   .rM07   { margin-right:   7px; }
   .rM08   { margin-right:   8px; }
   .rM09   { margin-right:   9px; }
   .rM10   { margin-right:  10px; }
   .rM11   { margin-right:  11px; }
   .rM12   { margin-right:  12px; }
   .rM13   { margin-right:  13px; }
   .rM14   { margin-right:  14px; }
   .rM15   { margin-right:  15px; }
   .rM16   { margin-right:  16px; }
   .rM17   { margin-right:  17px; }
   .rM18   { margin-right:  18px; }
   .rM19   { margin-right:  19px; }
   .rM20   { margin-right:  20px; }
   .rM21   { margin-right:  21px; }
   .rM22   { margin-right:  22px; }
   .rM23   { margin-right:  23px; }
   .rM24   { margin-right:  24px; }
   .rM25   { margin-right:  25px; }
   .rM26   { margin-right:  26px; }
   .rM27   { margin-right:  27px; }
   .rM28   { margin-right:  28px; }
   .rM29   { margin-right:  29px; }
   .rM30   { margin-right:  30px; }
   .rM31   { margin-right:  31px; }
   .rM32   { margin-right:  32px; }

   .rM34   { margin-right:  34px; }
   .rM36   { margin-right:  36px; }
   .rM38   { margin-right:  38px; }
   .rM40   { margin-right:  40px; }
   .rM42   { margin-right:  42px; }
   .rM44   { margin-right:  44px; }
   .rM46   { margin-right:  46px; }
   .rM48   { margin-right:  48px; }
   .rM50   { margin-right:  50px; }
   .rM52   { margin-right:  52px; }
   .rM54   { margin-right:  54px; }
   .rM56   { margin-right:  56px; }
   .rM58   { margin-right:  58px; }
   .rM60   { margin-right:  60px; }
   .rM62   { margin-right:  62px; }
   .rM64   { margin-right:  64px; }

   .bM00   { margin-bottom:  0px; }
   .bM01   { margin-bottom:  1px; }
   .bM02   { margin-bottom:  2px; }
   .bM03   { margin-bottom:  3px; }
   .bM04   { margin-bottom:  4px; }
   .bM05   { margin-bottom:  5px; }
   .bM06   { margin-bottom:  6px; }
   .bM07   { margin-bottom:  7px; }
   .bM08   { margin-bottom:  8px; }
   .bM09   { margin-bottom:  9px; }
   .bM10   { margin-bottom: 10px; }
   .bM11   { margin-bottom: 11px; }
   .bM12   { margin-bottom: 12px; }
   .bM13   { margin-bottom: 13px; }
   .bM14   { margin-bottom: 14px; }
   .bM15   { margin-bottom: 15px; }
   .bM16   { margin-bottom: 16px; }
   .bM17   { margin-bottom: 17px; }
   .bM18   { margin-bottom: 18px; }
   .bM19   { margin-bottom: 19px; }
   .bM20   { margin-bottom: 20px; }
   .bM21   { margin-bottom: 21px; }
   .bM22   { margin-bottom: 22px; }
   .bM23   { margin-bottom: 23px; }
   .bM24   { margin-bottom: 24px; }
   .bM25   { margin-bottom: 25px; }
   .bM26   { margin-bottom: 26px; }
   .bM27   { margin-bottom: 27px; }
   .bM28   { margin-bottom: 28px; }
   .bM29   { margin-bottom: 29px; }
   .bM30   { margin-bottom: 30px; }
   .bM31   { margin-bottom: 31px; }
   .bM32   { margin-bottom: 32px; }

   .bM34   { margin-bottom: 34px; }
   .bM36   { margin-bottom: 36px; }
   .bM38   { margin-bottom: 38px; }
   .bM40   { margin-bottom: 40px; }
   .bM42   { margin-bottom: 42px; }
   .bM44   { margin-bottom: 44px; }
   .bM46   { margin-bottom: 46px; }
   .bM48   { margin-bottom: 48px; }
   .bM50   { margin-bottom: 50px; }
   .bM52   { margin-bottom: 52px; }
   .bM54   { margin-bottom: 54px; }
   .bM56   { margin-bottom: 56px; }
   .bM58   { margin-bottom: 58px; }
   .bM60   { margin-bottom: 60px; }
   .bM62   { margin-bottom: 62px; }
   .bM64   { margin-bottom: 64px; }

   .lM00   { margin-left:    0px; }
   .lM01   { margin-left:    1px; }
   .lM02   { margin-left:    2px; }
   .lM03   { margin-left:    3px; }
   .lM04   { margin-left:    4px; }
   .lM05   { margin-left:    5px; }
   .lM06   { margin-left:    6px; }
   .lM07   { margin-left:    7px; }
   .lM08   { margin-left:    8px; }
   .lM09   { margin-left:    9px; }
   .lM10   { margin-left:   10px; }
   .lM11   { margin-left:   11px; }
   .lM12   { margin-left:   12px; }
   .lM13   { margin-left:   13px; }
   .lM14   { margin-left:   14px; }
   .lM15   { margin-left:   15px; }
   .lM16   { margin-left:   16px; }
   .lM17   { margin-left:   17px; }
   .lM18   { margin-left:   18px; }
   .lM19   { margin-left:   19px; }
   .lM20   { margin-left:   20px; }
   .lM21   { margin-left:   21px; }
   .lM22   { margin-left:   22px; }
   .lM23   { margin-left:   23px; }
   .lM24   { margin-left:   24px; }
   .lM25   { margin-left:   25px; }
   .lM26   { margin-left:   26px; }
   .lM27   { margin-left:   27px; }
   .lM28   { margin-left:   28px; }
   .lM29   { margin-left:   29px; }
   .lM30   { margin-left:   30px; }
   .lM31   { margin-left:   31px; }
   .lM32   { margin-left:   32px; }

   .lM34   { margin-left:   34px; }
   .lM36   { margin-left:   36px; }
   .lM38   { margin-left:   38px; }
   .lM40   { margin-left:   40px; }
   .lM42   { margin-left:   42px; }
   .lM44   { margin-left:   44px; }
   .lM46   { margin-left:   46px; }
   .lM48   { margin-left:   48px; }
   .lM50   { margin-left:   50px; }
   .lM52   { margin-left:   52px; }
   .lM54   { margin-left:   54px; }
   .lM56   { margin-left:   56px; }
   .lM58   { margin-left:   58px; }
   .lM60   { margin-left:   60px; }
   .lM62   { margin-left:   62px; }
   .lM64   { margin-left:   64px; }

   .ml1   { margin-left:  58px; }  /* IND */
   .ml2   { margin-left:  59px; }  /* IND */
   .ml3   { margin-left:  60px; }  /* IND */


/*  PADDINGS  */

   .tP00   { padding-top:     0px; }
   .tP01   { padding-top:     1px; }
   .tP02   { padding-top:     2px; }
   .tP03   { padding-top:     3px; }
   .tP04   { padding-top:     4px; }
   .tP05   { padding-top:     5px; }
   .tP06   { padding-top:     6px; }
   .tP07   { padding-top:     7px; }
   .tP08   { padding-top:     8px; }
   .tP09   { padding-top:     9px; }
   .tP10   { padding-top:    10px; }
   .tP11   { padding-top:    11px; }
   .tP12   { padding-top:    12px; }
   .tP13   { padding-top:    13px; }
   .tP14   { padding-top:    14px; }
   .tP15   { padding-top:    15px; }
   .tP16   { padding-top:    16px; }
   .tP17   { padding-top:    17px; }
   .tP18   { padding-top:    18px; }
   .tP19   { padding-top:    19px; }
   .tP20   { padding-top:    20px; }
   .tP21   { padding-top:    21px; }
   .tP22   { padding-top:    22px; }
   .tP23   { padding-top:    23px; }
   .tP24   { padding-top:    24px; }
   .tP25   { padding-top:    25px; }
   .tP26   { padding-top:    26px; }
   .tP27   { padding-top:    27px; }
   .tP28   { padding-top:    28px; }
   .tP29   { padding-top:    29px; }
   .tP30   { padding-top:    30px; }
   .tP31   { padding-top:    31px; }
   .tP32   { padding-top:    32px; }

   .tP34   { padding-top:    34px; }
   .tP36   { padding-top:    36px; }
   .tP38   { padding-top:    38px; }
   .tP40   { padding-top:    40px; }
   .tP42   { padding-top:    42px; }
   .tP44   { padding-top:    44px; }
   .tP46   { padding-top:    46px; }
   .tP48   { padding-top:    48px; }
   .tP50   { padding-top:    50px; }
   .tP52   { padding-top:    52px; }
   .tP54   { padding-top:    54px; }
   .tP56   { padding-top:    56px; }
   .tP58   { padding-top:    58px; }
   .tP60   { padding-top:    60px; }
   .tP62   { padding-top:    62px; }
   .tP64   { padding-top:    64px; }


   .rP00   { padding-right:   0px; }
   .rP01   { padding-right:   1px; }
   .rP02   { padding-right:   2px; }
   .rP03   { padding-right:   3px; }
   .rP04   { padding-right:   4px; }
   .rP05   { padding-right:   5px; }
   .rP06   { padding-right:   6px; }
   .rP07   { padding-right:   7px; }
   .rP08   { padding-right:   8px; }
   .rP09   { padding-right:   9px; }
   .rP10   { padding-right:  10px; }
   .rP11   { padding-right:  11px; }
   .rP12   { padding-right:  12px; }
   .rP13   { padding-right:  13px; }
   .rP14   { padding-right:  14px; }
   .rP15   { padding-right:  15px; }
   .rP16   { padding-right:  16px; }
   .rP17   { padding-right:  17px; }
   .rP18   { padding-right:  18px; }
   .rP19   { padding-right:  19px; }
   .rP20   { padding-right:  20px; }
   .rP21   { padding-right:  21px; }
   .rP22   { padding-right:  22px; }
   .rP23   { padding-right:  23px; }
   .rP24   { padding-right:  24px; }
   .rP25   { padding-right:  25px; }
   .rP26   { padding-right:  26px; }
   .rP27   { padding-right:  27px; }
   .rP28   { padding-right:  28px; }
   .rP29   { padding-right:  29px; }
   .rP30   { padding-right:  30px; }
   .rP31   { padding-right:  31px; }
   .rP32   { padding-right:  32px; }

   .rP34   { padding-right:  34px; }
   .rP36   { padding-right:  36px; }
   .rP38   { padding-right:  38px; }
   .rP40   { padding-right:  40px; }
   .rP42   { padding-right:  42px; }
   .rP44   { padding-right:  44px; }
   .rP46   { padding-right:  46px; }
   .rP48   { padding-right:  48px; }
   .rP50   { padding-right:  50px; }
   .rP52   { padding-right:  52px; }
   .rP54   { padding-right:  54px; }
   .rP56   { padding-right:  56px; }
   .rP58   { padding-right:  58px; }
   .rP60   { padding-right:  60px; }
   .rP62   { padding-right:  62px; }
   .rP64   { padding-right:  64px; }

   .bP00   { padding-bottom:  0px; }
   .bP01   { padding-bottom:  1px; }
   .bP02   { padding-bottom:  2px; }
   .bP03   { padding-bottom:  3px; }
   .bP04   { padding-bottom:  4px; }
   .bP05   { padding-bottom:  5px; }
   .bP06   { padding-bottom:  6px; }
   .bP07   { padding-bottom:  7px; }
   .bP08   { padding-bottom:  8px; }
   .bP09   { padding-bottom:  9px; }
   .bP10   { padding-bottom: 10px; }
   .bP11   { padding-bottom: 11px; }
   .bP12   { padding-bottom: 12px; }
   .bP13   { padding-bottom: 13px; }
   .bP14   { padding-bottom: 14px; }
   .bP15   { padding-bottom: 15px; }
   .bP16   { padding-bottom: 16px; }
   .bP17   { padding-bottom: 17px; }
   .bP18   { padding-bottom: 18px; }
   .bP19   { padding-bottom: 19px; }
   .bP20   { padding-bottom: 20px; }
   .bP21   { padding-bottom: 21px; }
   .bP22   { padding-bottom: 22px; }
   .bP23   { padding-bottom: 23px; }
   .bP24   { padding-bottom: 24px; }
   .bP25   { padding-bottom: 25px; }
   .bP26   { padding-bottom: 26px; }
   .bP27   { padding-bottom: 27px; }
   .bP28   { padding-bottom: 28px; }
   .bP29   { padding-bottom: 29px; }
   .bP30   { padding-bottom: 30px; }
   .bP31   { padding-bottom: 31px; }
   .bP32   { padding-bottom: 32px; }

   .bP34   { padding-bottom: 34px; }
   .bP36   { padding-bottom: 36px; }
   .bP38   { padding-bottom: 38px; }
   .bP40   { padding-bottom: 40px; }
   .bP42   { padding-bottom: 42px; }
   .bP44   { padding-bottom: 44px; }
   .bP46   { padding-bottom: 46px; }
   .bP48   { padding-bottom: 48px; }
   .bP50   { padding-bottom: 50px; }
   .bP52   { padding-bottom: 52px; }
   .bP54   { padding-bottom: 54px; }
   .bP56   { padding-bottom: 56px; }
   .bP58   { padding-bottom: 58px; }
   .bP60   { padding-bottom: 60px; }
   .bP62   { padding-bottom: 62px; }
   .bP64   { padding-bottom: 64px; }

   .lP00   { padding-left:    0px; }
   .lP01   { padding-left:    1px; }
   .lP02   { padding-left:    2px; }
   .lP03   { padding-left:    3px; }
   .lP04   { padding-left:    4px; }
   .lP05   { padding-left:    5px; }
   .lP06   { padding-left:    6px; }
   .lP07   { padding-left:    7px; }
   .lP08   { padding-left:    8px; }
   .lP09   { padding-left:    9px; }
   .lP10   { padding-left:   10px; }
   .lP11   { padding-left:   11px; }
   .lP12   { padding-left:   12px; }
   .lP13   { padding-left:   13px; }
   .lP14   { padding-left:   14px; }
   .lP15   { padding-left:   15px; }
   .lP16   { padding-left:   16px; }
   .lP17   { padding-left:   17px; }
   .lP18   { padding-left:   18px; }
   .lP19   { padding-left:   19px; }
   .lP20   { padding-left:   20px; }
   .lP21   { padding-left:   21px; }
   .lP22   { padding-left:   22px; }
   .lP23   { padding-left:   23px; }
   .lP24   { padding-left:   24px; }
   .lP25   { padding-left:   25px; }
   .lP26   { padding-left:   26px; }
   .lP27   { padding-left:   27px; }
   .lP28   { padding-left:   28px; }
   .lP29   { padding-left:   29px; }
   .lP30   { padding-left:   30px; }
   .lP31   { padding-left:   31px; }
   .lP32   { padding-left:   32px; }

   .lP34   { padding-left:   34px; }
   .lP36   { padding-left:   36px; }
   .lP38   { padding-left:   38px; }
   .lP40   { padding-left:   40px; }
   .lP42   { padding-left:   42px; }
   .lP44   { padding-left:   44px; }
   .lP46   { padding-left:   46px; }
   .lP48   { padding-left:   48px; }
   .lP50   { padding-left:   50px; }
   .lP52   { padding-left:   52px; }
   .lP54   { padding-left:   54px; }
   .lP56   { padding-left:   56px; }
   .lP58   { padding-left:   58px; }
   .lP60   { padding-left:   60px; }
   .lP62   { padding-left:   62px; }
   .lP64   { padding-left:   64px; }

   .tP0   { padding-top:     0px; }
   .tP1   { padding-top:     1px; }
   .tP2   { padding-top:     2px; }
   .tP3   { padding-top:     3px; }
   .tP4   { padding-top:     4px; }
   .tP5   { padding-top:     5px; }
   .tP6   { padding-top:     6px; }
   .tP7   { padding-top:     7px; }
   .tP8   { padding-top:     8px; }
   .tP9   { padding-top:     9px; }
   .rP0   { padding-right:   0px; }
   .rP1   { padding-right:   1px; }
   .rP2   { padding-right:   2px; }
   .rP3   { padding-right:   3px; }
   .rP4   { padding-right:   4px; }
   .rP5   { padding-right:   5px; }
   .rP6   { padding-right:   6px; }
   .rP7   { padding-right:   7px; }
   .rP8   { padding-right:   8px; }
   .rP9   { padding-right:   9px; }
   .bP0   { padding-bottom:  0px; }
   .bP1   { padding-bottom:  1px; }
   .bP2   { padding-bottom:  2px; }
   .bP3   { padding-bottom:  3px; }
   .bP4   { padding-bottom:  4px; }
   .bP5   { padding-bottom:  5px; }
   .bP6   { padding-bottom:  6px; }
   .bP7   { padding-bottom:  7px; }
   .bP8   { padding-bottom:  8px; }
   .bP9   { padding-bottom:  9px; }
   .lP0   { padding-left:    0px; }
   .lP1   { padding-left:    1px; }
   .lP2   { padding-left:    2px; }
   .lP3   { padding-left:    3px; }
   .lP4   { padding-left:    4px; }
   .lP5   { padding-left:    5px; }
   .lP6   { padding-left:    6px; }
   .lP7   { padding-left:    7px; }
   .lP8   { padding-left:    8px; }
   .lP9   { padding-left:    9px; }




/*  FONTS  */
   .F01   { font-size:  1pt; }
   .F02   { font-size:  2pt; }
   .F03   { font-size:  3pt; }
   .F04   { font-size:  4pt; }
   .F05   { font-size:  5pt; }
   .F06   { font-size:  6pt; }
   .F07   { font-size:  7pt; }
   .F08   { font-size:  8pt; }
   .F09   { font-size:  9pt; }
   .F10   { font-size: 10pt; }
   .F11   { font-size: 11pt; }
   .F12   { font-size: 12pt; }
   .F13   { font-size: 13pt; }
   .F14   { font-size: 14pt; }
   .F15   { font-size: 15pt; }
   .F16   { font-size: 16pt; }
   .F17   { font-size: 17pt; }
   .F18   { font-size: 18pt; }
   .F19   { font-size: 19pt; }
   .F20   { font-size: 20pt; }
   .F21   { font-size: 21pt; }
   .F22   { font-size: 22pt; }
   .F23   { font-size: 23pt; }
   .F24   { font-size: 24pt; }

/*  HEIGHTS  */
   .H01   { height:  1px; }
   .H02   { height:  2px; }
   .H03   { height:  3px; }
   .H04   { height:  4px; }
   .H05   { height:  5px; }
   .H06   { height:  6px; }
   .H07   { height:  7px; }
   .H08   { height:  8px; }
   .H09   { height:  9px; }
   .H10   { height: 10px; }
   .H11   { height: 11px; }
   .H12   { height: 12px; }
   .H13   { height: 13px; }
   .H14   { height: 14px; }
   .H15   { height: 15px; }
   .H16   { height: 16px; }
   .H17   { height: 17px; }
   .H18   { height: 18px; }
   .H19   { height: 19px; }
   .H20   { height: 20px; }
   .H21   { height: 21px; }
   .H22   { height: 22px; }
   .H23   { height: 23px; }
   .H24   { height: 24px; }
   .H25   { height: 25px; }
   .H26   { height: 26px; }
   .H27   { height: 27px; }
   .H28   { height: 28px; }
   .H29   { height: 29px; }
   .H30   { height: 30px; }
   .H31   { height: 31px; }
   .H32   { height: 32px; }

   .H34   { height: 34px; }
   .H36   { height: 36px; }
   .H38   { height: 38px; }
   .H40   { height: 40px; }
   .H42   { height: 42px; }
   .H44   { height: 44px; }
   .H46   { height: 46px; }
   .H48   { height: 48px; }
   .H50   { height: 50px; }
   .H52   { height: 52px; }
   .H54   { height: 54px; }
   .H56   { height: 56px; }
   .H58   { height: 58px; }
   .H60   { height: 60px; }
   .H62   { height: 62px; }
   .H64   { height: 64px; }

   .H68   { height: 68px; }
   .H72   { height: 72px; }
   .H76   { height: 76px; }
   .H80   { height: 80px; }
   .H84   { height: 84px; }
   .H88   { height: 88px; }
   .H92   { height: 92px; }
   .H96   { height: 96px; }

   .hei   { height: 242px; }  /* ZIL */
   .H088  { height:  88px; }  /* IND */


/* FIN */
