      INPUT {
        font-size:70%;
        font-family: tahoma,arial,Geneva,Helvetica,sans-serif;
        background-color: #CCCCCC;
        background-image: url(../image/background_form.gif);
      }

      .InputFocus {
        font-size:70%;
        font-family: tahoma,arial,Geneva,Helvetica,sans-serif;
        background-color: #FFFFFF;
        background-image: url();
      }

      BODY {
        scrollbar-arrow-color : #003350;
        scrollbar-highlight-color : #BCBCBC;
        scrollbar-base-color : #003350;
        scrollbar-face-color : #8EA4BB;
        scrollbar-shadow-color : #003350;
      }

      .buttn-fix {
        font-size : 70%;
        font-family : tahoma,arial,Geneva,Helvetica,sans-serif;
        background-color : e0e0d5;
        width : 7.5em;
      }

      A {
        text-decoration : none;
      }

      A:hover {
        text-decoration : underline;
        color:339900;
      }

      A.link:hover {
        text-decoration : underline;
        color : 66ff66;
      }

      .label {
        font-size : 70%;
        font-family : tahoma, arial, Geneva, Helvetica, sans-serif;
      }

      .text {
        font-size : 70%;
        font-family : tahoma, arial, Geneva, Helvetica, sans-serif;
      }

      UL {
        font-family : Arial, sans-serif;
        font-size : 80%;
        line-height: 131%
      }

      TD {
        font-family : tahoma, arial, Geneva, Helvetica, sans-serif;
      }

      P {
        font-family : tahoma, arial, Geneva, Helvetica, sans-serif;
      }

      TH {
        text-align : left;
        font-weight : normal;
      }	

      B {
        font-weight : bold;
      }

      #box {
        width:752px;
        height:581px;
        position:absolute;
        top:50%;
        left:50%;
        margin:-290px 0 0 -376px;
      }