/* CNW Book Page Style */
html
   {
   overflow-y: scroll;
   }
body
   {
   width: 100%;
   margin: 0px;
   background-color: #feffcb;
   text-align: center;
   }
div.body
   {
   width: 780px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: left;
   }
td.img
   {
   padding: 0px;
   margin: 0px;
   }
img
   {
   margin-top: 0px;
   margin-bottom: 0px;
   border-left: 1px solid #000000; 
   border-right: 1px solid #000000;
   }
img.noborder
   {
   margin-top: 0px;
   margin-bottom: 0px;
   border: none;
   }
td.top-band
   { 
   background-image: url(images/cnw_top_band.gif);
   background-repeat: repeat;
   height: 44px;
   }
td.bottom-band
   { 
   background-image: url(images/cnw_bottom_band.gif);
   background-repeat: repeat;
   height: 44px;
   }
td.footer
   {
   background-color: #feffcb;
   }
form.top
   {
   position: relative; 
   top: 12px;
   text-align: center;
   }
form.bottom
   {
   position: relative; 
   top: 8px;
   text-align: center;
   }
input[type=button]
   {
   font-family: arial, helvetica;
   font-size: 9pt;
   font-weight: bold;
   margin-left: 4px;
   margin-right: 4px;
   }
a:link
   {
   text-decoration: none;
   color: #0000c0;
   font-weight: bold; 
   }
a:visited
   {
   text-decoration: none;
   color: #0000c0;
   font-weight: bold; 
   }
a:hover
   {
   text-decoration: none;
   color: #ff0000;
   font-weight: bold; 
   }
p
   { 
   font-family: verdana,arial,sans-serif;
   font-size: 10pt;
   color: #000000;
   text-align: center;
   margin-top: 8px;
   margin-bottom: 12px; 
   }