    DIV.hdr {
	width: 580px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 24pt;
	text-align: right;
	color: white;
	background-image: url("images/tl-flat.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: rgb(0, 51, 102);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
    }

    DIV.sec { 
	 width: 580px;
	 font-family: Arial, Helvetica;
	 font-weight: bold;
	 text-align: left;
	 font-size: 16pt;
	 color: white;
	 background-color: rgb(0, 51, 102);
	 background-image: url("images/tl-flat.gif");
         background-repeat: no-repeat;
	 background-position: 0% 0%;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 1px;
	 padding-top: 1px;
	 border-style: none;
         margin-left: 4px;
         margin-right: 4px;
         margin-top: 1px;
         margin-bottom: 1px;
       }

    DIV.page {
	width: 600px;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-image: url("images/white.gif");
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
    }

    DIV.jump { 
	 font-family: Arial, Helvetica;
	 font-weight: normal;
	 font-size: 8pt;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 2px;
	 padding-top: 2px;
	 border-style: none;
	 margin-top: 1px;
	 margin-bottom: 1px;
       }

    A:link {
	color: rgb(0,   0, 255);
	}

    A:visited {
	color: rgb(0,  0, 128);
	}

    A:active {
	color: rgb(255, 0, 0);
	}

    BODY {
	background-color: rgb(51, 102, 153);
         }

    P {
	width: 560px;
	text-align: justify;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px;
        margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
      }

    IMG.right {
	float: right;
	position: relative;
	border-style: none;
      }

    IMG.center {
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-style: none;
      }

    IMG.up {
	float: left;
	border-style: none;
      }


