@media all {
   BODY {
          font-family: 'Verdana', 'sans-serif';
          font-size: 9pt;
        }

   H2 {
          font-size: small;
      }

   DD {
          padding-bottom: 8pt;
      }

   .text {
          font-family: 'Verdana', 'sans-serif';
          font-size: 9pt;
         }

   .menu {
          font-weight: bold;
          white-space: nowrap;
          vertical-align: top;
         }

   .fixed {
          font-family: 'Courier New', 'monospace';
          font-size: 9pt;
          font-weight: bold;
          vertical-align: top;
          }

   .hilite {
          font-family: 'Times', 'Times New Roman';
          font-size: x-small;
          font-style: italic;
          text-align: right;
          text-decoration: ;
          color: firebrick;
           }

   TABLE {
          font-family: 'Verdana', 'sans-serif';
          font-size: 9pt;
          line-height: 1.5;
          empty-cells: borders;
         }

   .arrow {
          list-style-type: circle;
          list-style-image: url(linkicon.png);
          }

   .whenreg {
          text-shadow: black;
          padding-top: 8pt;
          padding-bottom: 8pt;
          padding-left: 1%;
          padding-right: 1%;
          color: darkslategray;
          background-color: lightpink;
            }

   .eula1 {
          list-style-type: upper-roman;
          }

   .eula2 {
          list-style-type: upper-alpha;
          }

   .head {
          color: darkblue;
          background-color: gainsboro;
          height: 1ex;
         }

   .subhead {
          font-size: xx-small;
            }

   .copr {
          font-size: xx-small;
          color: dimgray;
          background-color: gainsboro;
          padding: 8pt;
         }
}

