                          /*   ---------------------------   */

                          /*    LBB-STYLE.CSS Style Sheet    */

                          /*   ---------------------------   */

  .z-4 { z-index: -4 }
  .z-3 { z-index: -3 }
  .z-2 { z-index: -2 }
  .z-1 { z-index: -1 }

  .z0  { z-index:  0 }

  .z1  { z-index:  1 }
  .z2  { z-index:  2 }
  .z3  { z-index:  3 }
  .z4  { z-index:  4 }


   body
      {
       margin-top:  0px;
       margin-left:  0px;
       margin-right:  0px;
       margin-bottom:  0px;
       font-size:  11pt;
       font-family:  verdana, tahoma, arial, 'sans serif';
       background-attachment: fixed ;
       background-repeat: no-repeat ;
      }

   blockquote
      {
       margin-left:  15px;
       margin-right: 15px;
      }

   H1, H2, H3, H4, H5, H6
      {
       margin-top:  2px;
       margin-bottom:  2px;
      }

   H1 { font-size:  32px; font-weight:bolder }
   H2 { font-size:  24px; font-weight:bolder }
   H3 { font-size:  19px; font-weight:bolder }
   H4 { font-size:  16px; font-weight:bolder }
   H5 { font-size:  13px; font-weight:bolder }
   H6 { font-size:  11px; font-weight:bolder } 



   a  { text-decoration: none; }  

   a:visited
      { color: #990033; }    /*  #007700 = green   #990033 = maroon  */

   /*  a:href { target: _top; }   */

   a:link
      { color: #0000dd; }    /*    #0000dd = blue    */

   a:active                  /*  latest active page  */
      { color:#990033; }     /*   #990033 = maroon   */

   a:hover
      { color: red; }



 /* ***************************************************************** */
 /* ******************* DIVision alignment - gks ******************** */

 .center 
    {
    margin-left:  auto;
    margin-right: auto;
    }

 .centertext
    {
    text-align: center;
    }

 
 /* ********************* */


 .imgleft 
    {
    float: left ;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    } 

 .imgright
    {
    float: right ;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    }


 .box 
    {
    margin-top:    20px; 
    margin-bottom:  20px;     
    padding: 10px;
    border-style: ridge ;  
    border-width: 6px ; 
    border-color: darkgray ; 
    }


.bigbold {
    font-weight: bold;
    font-size: 22px;
    }

 /* ***************************************************************** */
 /* ***************************************************************** */









  .schoolfont
      {
      font-size:11px; 
      } 

   input
      {
      font-family:  "Courier New", monospace ;     /*  Verdana;  "Courier New"; */
       font-size:16px; 
      }

   table
      {
        margin-top:   0px;
        margin-left:  0px;
        margin-right: 0px;
        font-size:   10pt;
      }

   td.off           /* t1 */
      {
        border: 1;
        color: #000000;
        cursor: nw-resize;
        font-size: 10pt;
        border-color: #000000;
        border-style: solid;
        font-family:  arial, tahoma, verdana, 'sans serif';
        background: #FFcccc; /* #4A3C21; brown */
	  }

   td.ovr           /* t2 */
      {
        border: 1;
        color: blue;
        cursor: hand;
        font-size: 10pt;
        border-color: blue;
        border-style: solid;
        font-family:  arial, tahoma, verdana, 'sans serif';
        font-style: italic;
        font-weight: bold;
        background: #FFdddd; /* #6A5C41; brown */
      }

   td.act           /* t3 */
      {
        border: 1;
        color: green;
        cursor: nw-resize;
        font-size: 10pt;
        border-color: blue;
        border-style: solid;
        font-family:  arial, tahoma, verdana, 'sans serif';
        font-style: italic;
        font-weight: bold;
        background: #FFdddd; /* #8A7C61; brown */
      }

   td.hid          /* t3h */
      {
       font-size: 10pt;
       border: 1px solid white;
       color: white;
       background: #ffffff;
      }

 
