/*


Root
*/
@import "type.css";
@import "layout.css";

/*


Hiding Elements for Print
*/
body {
  font-size: 90%;
}
  #shell {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  img {
    border: 0;
  }
    #head {
      border-bottom: 2px solid #000;
      height: auto;
      width: 100%;
    }
      #head * {
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
      }
    #main {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    #sub, #foot {
      text-align: center;
    }
      #sub *, #foot * {
        margin: auto;
        text-align: center;
      }
    #CocoDesign, #sub, .SubNav, #FootNav, #CocoDesign, .ToTop,
    #CraneLeft, #CraneRight1, #CraneRight2,
    #PrimaryNav, #company2 {
      display: none;
    }
    
    table.DataTable td {
      border-bottom: 1px solid #666;
    }

