   body {
         font-family: verdana, helvetica, arial, sans-serif;
         }
   p.pagetitle {
      margin-bottom: 8px;
      }
   td.bottom {
              border-bottom: 1px solid rgb(64,160,224);
              }
   td.bottomleft {
                  border-left: 1px solid rgb(64,160,224);
                  border-bottom: 1px solid rgb(64,160,224);
                  }
   td.bottomright {
                   border-right: 1px solid rgb(64,160,224);
                   border-bottom: 1px solid rgb(64,160,224);
                   }
   td.topleft {
               border-left: 1px solid rgb(64,160,224);
               border-top: 1px solid rgb(64,160,224);
               }
   td.topbottom {
                 border-top: 1px solid rgb(64,160,224);
                 border-bottom: 1px solid rgb(64,160,224);
                 }
   td.left {
            border-left: 1px solid rgb(64,160,224);
            }
   td.top {
           border-top: 1px solid rgb(64,160,224);
           }
   td.topright {
                border-right: 1px solid rgb(64,160,224);
                border-top: 1px solid rgb(64,160,224);
                }
   td.right {
             border-right: 1px solid rgb(64,160,224);
             }
   a {
      color: rgb(192,96,32);
      text-decoration: none;
      }
   a:hover {
      color: rgb(64,160,224);
      text-decoration: underline;
      }
   .indent {
    margin-left: 30px;
   }
