      h1 a:link {
          color: black;
          text-decoration: none;
      }
      h1 a:visited {
          color: black;
          text-decoration: none;
      }
      h1 a:hover {
          text-decoration: underline;
      }
      body {
        font-family: verdana,sans-serif;
		font-size: 12px;
        width: 95%;
        margin: 1em;
      }
      div {
        padding: .5em;
      }
      table {
        margin: none;
        padding: none;
      }
      .banner {
        padding: none 1em 1em 1em;
        width: 100%%;
      }
      .leftbanner {
        text-align: left;
      }
      .rightbanner {
        text-align: right;
        font-size: smaller;
      }
      .error {
		background: #ffaaaa url("/static/error-bg.png") no-repeat right bottom;
        border: 1px solid #ff0000;
        margin: .5em;
		min-height: 64px;
      }
      .message {
		background: #eeeeff url("/static/message-bg.png") no-repeat right bottom;
        border: 1px solid #2233ff;
        margin: .5em;
		min-height: 72px;
      }
      .form {
		background: #ddddcc url("/static/form-bg.png") no-repeat right bottom;
        border: 1px solid #777777;
        margin: .5em;
        margin-top: 1em;
        padding-bottom: 0em;
		min-height: 64px;
      }
      .debugMessage {
        border: 1px solid #ffff33;
        background: #ffffee;
        margin: .5em;
      }
      dd {
        margin-bottom: 0.5em;
      }
