/* Cascade DTP V4 - Style Sheet */



.text1 {position: absolute;
    top: 270px;
    left: 10px;
    height: 300px;
    width: 200px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 120%;
    text-align: center;
    background-color: rgb(255,255,255);
    overflow: hidden}

.text2 {position: absolute;
    top: 250px;
    left: 270px;
    height: auto;
    width: 680px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 120%;
    background-color: rgb(255,255,255);
    overflow: hidden}

.text3 {z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    background-color: rgb(255,255,255)}


.text4 {position: absolute;
    top: 700px;
    left: 270px;
    height: 50px;
    width: 680px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 120%;
    text-align: center;
    background-color: rgb(255,255,255);
    overflow: hidden}

.image1 {position: absolute;
    top: 10px;
    left: 10px;
    height: 200px;
    width: 200px;
    z-index: 3}

.image2 {position: absolute;
    top: 50px;
    left: 375px;
    height: 61px;
    width: 469px;
    z-index: 3}

body {background-color: rgb(255,255,255)}


