/* this allows the tabs to have a line break in normal view */
/* and no line break in the print view */
.tabLineBreak {
  display:inline;
  }

body  {
    font-family: Arial,"Century Gothic",Verdana,"Times New Roman",Serif;
    font-size: 12px;
    line-height: 120%;
    }

#tabs, #van, #au, #nz  {
  display:none;
  }