
  H1 { text-transform: uppercase; font-family: arial; font-size: 24pt; color: black ;
       margin-left: 0px; margin-top: 0px; margin-bottom: 0px; text-align: center}
  H3 { font-family: "courier new"; font-size: 8pt; color: black ; text-transform: uppercase; 
       text-align: left; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; }
  H4 { font-family: "courier new"; font-weight: normal; font-size: 8pt; color: black ;
       text-align: left; margin-left: 0px; margin-top: 1px; margin-bottom: 0px; }
  H6 { text-transform: uppercase; font-family: arial; font-size: 36pt; color: black ;
       text-align: center; }

  #TextColorWhite { color: #ffffff; }
  #FontWeightBold { font-weight: bold }
  #Uppercase { text-transform: uppercase; }

  .myLinkColor{ color: #000000; background-color: transparent;
                font-family: "courier new"; font-size: 8pt; font-weight: normal; }
  .myActiveLinkColor{ color: #000000; background-color: transparent;
                font-family: "courier new"; font-size: 8pt; font-weight: bold; }

  .myCreditsPhotographyColor{ color: #000000; background-color: transparent;
                font-family: "courier new"; font-size: 7pt; font-weight: normal; }

  .myContact  { color: #000000; background-color: transparent;
                font-family: "courier new"; font-size: 8pt;
                text-align: left; margin-left: 350px; margin-top: 1px; margin-bottom: 0px; }
  .myContactBold  { color: #000000; background-color: transparent;
                font-family: "courier new"; font-size: 8pt; font-weight: bold;
                text-align: left; margin-left: 0px; margin-top: 1px; margin-bottom: 0px; }

  .myTableForButtons { ;
                       border: 1px solid #000000; 
                     }

  .buttonOn   { background-color: #bfbfbf; }
  .buttonOff  { background-color: #ffffff; }

  A { text-decoration: none; }
  
  /* default opacity for IE */
  img { filter:alpha(opacity=100); }
  /* duplicate image positioning */
  img.idupe { position:absolute; z-index:30000; visibility:hidden; }
