
<!--

     /* Cascade DTP V4 - Style Sheet */

body{margin-left: 5px;
     margin-top: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
     font-family: arial, sans-serif;
     font-size: 105%;
     background-color: rgb(FF,FF,FF);
     background-image: url(images/back.gif);
     background-repeat: no-repeat;
}

img{border-style: none; margin: 0px; padding: 0px; border-width: 0px;}

img.rpic {float: right; text-align: left; border-style: none;}
img.lpic {float: left; text-align: right; border-style: none;}

b{font-size: 105%;}
i{font-style: normal; font-family: times, serif; font-size: 120%;}
i.nic{font-style: italic; font-weight: bold; font-family: times, serif; font-size: 120%; color: rgb(63,113,12);}
i.nba{font-style: italic; font-weight: bold; font-family: times, serif; font-size: 120%; color: rgb(0,0,100);}
sub{font-style: normal; font-size: 75%; vertical-align: baseline; color: rgb(125,125,125);}
li{line-height: 175%;}
a.book{color: rgb(0,0,0); text-decoration: none; margin: 0px;}
.header{position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        background-color: transparent;
        overflow: hidden;}

.ad{position: absolute;
        top: 150px;
        left: 0px;
        width: 240px;
        z-index: 10;
        background-image: url(images/meenu.gif);
        background-repeat: no-repeat;
        overflow: hidden;
        font-weight: bold;
        font-size: 75%;}

.menu{position: absolute;
      top: 120px;
      left: 5px;
      width: 120px;
      z-index: 10;
      background-color: transparent;
      overflow: hidden;
      padding: 0px;
      margin: 0px;
      border-width: 0px;
      line-height: 0px;}

.footer{text-align: center;
        z-index: 10;
        background-color: white;
        overflow: hidden;
        font-size: 75%;
        }

.content{position: absolute;
         top: 150px;
         left: 150px;
         right: 20px;
         z-index: 5;
         background-color: transparent;
         overflow: auto;}

-->

