FORM      {
          margin: 0px;
          cursor: default;
          }
.Edit, select
      {
         background-color: Window;
         color: WindowText;
         font-family: 'tahoma';
         font-size: 8pt;
      }
.RadioBtn
      {
         width: 14px;
         height: 14px;
      }
.Memo
      {
         height: 60px;
         font-family: 'tahoma';
         font-size: 8pt;
      }
.Button
      {
         height: 21px;
         font-family: 'tahoma';
         font-size: 8pt;
         width: 60px;
      }
.GradButton
      {
         background-color: white;
         color: rgb(70,70,70);
         border: solid gainsboro 1px;
         background-image: url(../Graph/Gradient/White2Silver.gif);
         font-family: 'tahoma';
         font-size: 8pt;
      }

