      .layerentry {
        /*width:12;
        height:12;
        margin-top:1;*/
        margin-right:0;
        margin-bottom:0;
        /*margin-left:1;*/
      }

      .mapunits {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
        background-color:#ffffff;
        /*border:1;*/
      }

      .measureunits {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#666666;
        background-color:#ffffff;
        border:0;
      }


      #cursx {
        position: absolute;
        top: 0;
        left: 0;
        /*height: <?php echo $dfHeightPix; ?>;*/
        z-index: 102;
        width: 1;
        visibility: hidden;
        background-color: #444444;
      }

      #cursy {
        position: absolute;
        top: 0;
        left: 0;
        height: 1;
        z-index: 102;
        /*width: <?php echo $dfWidthPix; ?>;*/
        visibility: hidden;
        background-color: #444444;
      }

      #myCanvas {
        position: absolute;
        top: 250;
        left: 0;
        /*height: <?php echo $dfHeightPix; ?>;*/
        z-index: 103;
        /*width: <?php echo $dfWidthPix; ?>;*/
        visibility: hidden;
      }

      #myCanvas-ie5 {
        position: absolute;
        top: 0;
        left: 0;
        /*height: <?php echo $dfHeightPix; ?>;*/
        z-index: 103;
        /*width: <?php echo $dfWidthPix; ?>;*/
        visibility: hidden;
      }

      #zoomrect {
        position: absolute;
        top: 0;
        left: 0;
        height: 1;
        width: 1;
        z-index: 105;
        border: 1px solid red;
        visibility: hidden;
      }

      #loadmap-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 110;
        visibility: hidden;
      }


      #tipp {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 121;
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
        border: 1px solid black;
        padding: 2px;
        background-color: #ffffe7;
        visibility: hidden;
      }

      #MainMapDiv {
        position: absolute;
        top: 0;
        left: 0;
        /*height: <?php echo $dfHeightPix; ?>;*/
        z-index: 100;
        /*width: <?php echo $dfWidthPix; ?>;*/
        visibility: hidden;
      }
      .boldheading {
        font-family:arial,helvetica,sans-serif;
        font-size:10pt;
        font-weight:bold;
        color:#000066;
		background-color:#BFDAE6;
      }
      .legendentry {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
		background-color: #FFFFFF;
      }
      .groupheading {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:bold;
        color:#000066;
		background-color:#FFFFFF;
      }
      .layerheading {
        font-family:arial,helvetica,sans-serif;
        font-size:8pt;
        font-weight:normal;
        color:#000000;
		background-color: #FFFFFF;
      }
      a:link {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
        font-weight:normal;
      }
      a:visited {
        font-family:arial,helvetica,sans-serif;
        font-size:9pt;
        font-weight:normal;
      }

