   @media print {
      .noprint { display:none; }
   }
   
   @media screen {
      body {
         position:absolute;
         margin-top:0px;
         margin-bottom:0px;
         margin-left:0px;
         margin-right:0px;
         background:#dcdcdc;
         min-height:100%;
         height:100%;
         width:100%;
         text-align:center;
      }
      
      .noscreen { display:none; }
      
      #box_main {
         margin: 0 auto;
         padding-bottom:30px;
         min-height:100%;
         background:#336699;
         width:780px;
         text-align:left;
      }
      
      .sec_content {
         font-family:tahoma,arial;
         font-size:10pt;
         width:383px;
         overflow:hidden;
         padding-bottom:10px;
      }
      
      .sec_indented {
         padding-left:180px;
      }
   }
   
   .cell_body {
      background:white;
      padding-right:35px;
      padding-top:20px;
   }
   
   .sec_header1 {
      font-family:arial;
      font-size:16pt;
      font-weight:bold;
      color:#3768A0;
   }
   
   .sec_header2 {
      font-family:arial;
      font-size:16pt;
      font-weight:bold;
      color:#208409;
   }
   
   .sec_author {
      width:100%;
      text-align:right;
   }
   
   a.sec_samplelink:link, a.sec_samplelink:visited, a.sec_samplelink:hover {
      font-family:verdana;
      font-size:8pt;
      font-style:italic;
      text-decoration:none;
   }
   
   .sec_innerbox {
      padding-top:5px;
      padding-left:10px;
      float:right;
      width:171px;
   }
   
   a.booktitle:link, a.booktitle:visited, a.booktitle:hover {
      font-family:arial;
      font-size:11pt;
      font-weight:bold;
      color:#208409;
      text-decoration:none;
   }
   
   a.sec_footer:link, a.sec_footer:visited {
      text-decoration:none;
      color:#00478D;
   }
   
   a.sec_footer:hover {
      text-decoration:underline;
      color:black;
   }

   .highlighted {
      font-weight:bold;
      color:#3768A0;
   }

   .sec_terms {
      background:url("bg3.png");
      height:36px;
      font-family:tahoma,arial;
      font-size:7pt;
      padding-left:47px;
      padding-right:35px;
      text-align:center;
      color:#00478D;
   }
   
   .sec_copyright {
      background:url("16.png");
      height:36px;
      width:461px;
      font-family:tahoma,arial;
      font-size:7pt;
      text-align:center;
      color:#ffffff;
      padding-right:54px;
   }
   
   .sup {
      line-height: 0;
      vertical-align: text-top;
      font-size:7pt;
   }
   
   .img_author {
      border:1px;
      border-style:dotted;
      padding:2px;
   }
   
   .but_cart {
      font-family:arial;
      font-size:8pt;
      font-weight:bold;
      background:#3769a0;
      color:white;
   }