
   @import "../style.css";

   BODY {
      margin:0px;
    }

   .gallerytitle {
      font-size:20pt;
      font-weight:bold;
      color:#000060;
    }

   #contents {
      width:783;
      height:99.5%;
      margin:0px;
    }

   table.gallerywrapper {
      height:100%;
      margin:0px 0px 0px 0px;
      border-spacing:0px;
    }

   table.imagegallery {
      border-spacing:0px;
    }

   table.imagegallery table {
      border-spacing:0px;
    }

   table.imagegallery img {
      margin:0px 0px 0px 0px;
    }

/*
   table.imagegallery table td {
      background:magenta;
    }

   table.imagegallery td {
      background:aqua;      
    }
 */

   table.gallerythumbs {
      border-spacing:0px;
    }

   .gallerythumbs img {
      border-width:0px 0px 0px 0px;
      margin:1px 1px 1px 1px;
    }

   table.galleryicon {
      width:130;
    }

   .galleryindex td {
      vertical-align:top;
    }
