  body, td {
      margin:               0px;
      text-decoration:      none;
	    font-weight: 		      normal;
	    font-style:		        normal;
	    font-variant:		      normal;
	    font-stretch:		      normal;
	    font-family:		      Verdana, Arial, Helvetica, sans-serif;
	    font-size:		        10pt;
	    text-transform:		    none;
  }
  
  h1 {
    margin-top:                 5px;
    font-size:                  14pt;
    border-bottom:              1px solid #AB8239;
    text-align:                 left;
  }
  
  a.btn:link, a.btn:hover, a.btn:active, a.btn:visited {
    border: 1px dashed grey;
    padding: 2px;
  }
  
  


  /* ----------------------------------- */
  /* ----------------------------------- */
  /* ------------ LAYOUT --------------- */
  
  
  table#llayout_table, table#llayout_table_content {
    width: auto;
    height: auto;
  }

  td#louter_l,
    td#louter_r,
    td#lhead_header,
    td#lnav_outer,
    td#lhead_logo
    {
    visibility: hidden;
    position: absolute;
    height: 0px;
  }
    
  td#lmain_title {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px solid grey;
    background-color: none;
  }
  
  td#lmain_content {
    display: inline;
    vertical-align: top;
    padding: 10px;
  }
  
  td#lmain_bottom {
    display: inline;
    vertical-align: top;
  }
  /* ----------------------------------- */
  /* ----------------------------------- */

  







  /* ----------------------------------- */
  /* ----------------------------------- */
  /* ------------ TABLE ---------------- */
  
  table.ltbl_table {
    border-left: 1px solid black;
  }
  
  
  /* header */
  td.ltbl_hl, td.ltbl_hr, td.ltbl_hvr {
    position: absolute;
    visibility: hidden;
  }
  td.ltbl_h {
    border-top: 1px solid black;
    border-bottom: 2px solid black;
    border-right: 1px solid black;
    padding: 5px;
    font-weight: bold;
    font-style: italic;
  }
  
  /* body */
  
  td.ltbl_mvr {
    position: absolute;
    visibility: hidden;
  }
  
  td.ltbl_m_odd, td.ltbl_ml_odd, td.ltbl_mr_odd,
    td.ltbl_m_even, td.ltbl_ml_even, td.ltbl_mr_even {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2px;
  }
  
  /* footer */
  td.ltbl_b {
    position: absolute;
    visibility: hidden;
  }
  /* ----------------------------------- */
  /* ----------------------------------- */
  
  
  
  
  
  

  /* ----------------------------------- */
  /* ----------------------------------- */
  /* ------------ GUESTBOOK ------------ */
  
  td.lgb_tl, td.lgb_tr, td.lgb_t,
    td.lgb_bl, td.lgb_br, td.lgb_b,
    td.lgb_l, td.lgb_r {
    position: absolute;
    visibility: hidden;
  }
  
  
  /* main */
  td.lgb_ml {
    border: 1px solid grey;
    width: 20%;
    padding: 5px;
    vertical-align: top;
  }
  td.lgb_mr {
    border: 1px solid grey;
    border-left: none;
    padding: 5px;
    vertical-align: top;
  }
  
  
  /* ----------------------------------- */
  /* ----------------------------------- */
