    BODY {
          font-family: 'Tahoma', sans-serif;
          color: black;
          background-color: white;
          font-size: 10pt;
          vertical-align: top;
        }

    TABLE {
          font-family: 'Tahoma', sans-serif;
          color: black;
          background-color: white;
          font-size: 10pt;
          vertical-align: top;
        }

    A {
          text-decoration: none;
          color: darkblue;
          }

    A:hover {
          text-decoration: highlight;
          background-color: lightblue;
          }

   .boldtop {
          font-weight: bold;
          vertical-align: top;
        }

   .body {
          font-family: 'Tahoma', sans-serif;
          color: black;
          background-color: white;
          font-size: 1em;
          vertical-align: top;
          width: 100%;
          text-align: justify;
        }

    .link {
         list-style-type: square;
         margin-top: 0;
          }

   .imgleft {
          margin: 1pc;
          float: left;
             }

   .imgright {
          margin: 1pc;
          float: right;
             }

   .imgcenter {
          margin: 1pc;
          text-align: center;
             }

	.whiteonblack {
          color: white;
          background-color: black;
                  }

    .larger {
          font-size: 1.2em;
            }

   .topcenter {
          vertical-align: top;
          text-align: center;
        }

   .bottomcenter {
          vertical-align: bottom;
          text-align: center;
        }

	.smaller {
		font-size: 0.8em;
		}
		
	.left {
        text-align: left;
    	}
    	
    .right {
        text-align: right;
    }

    .close {
        text-align: center;
    }

     .footer {
          font-size: 0.8em;
          color: white;
          background-color: darkblue;
          text-align: center;
          width: 100%;
          margin-top: 6pt;
          padding: 6pt;
           }

     .footer A {
          color: white;
          text-decoration: none;
          }

#      .footer A:hover {
#          color: yellow;
#          text-decoration: underline;
#          }