  canvas
  {
    -ms-touch-action: double-tap-zoom;
  }

  html
  {
    overflow-y: scroll;
  }

  body
  {
    background-color: #ffffff;
  }

  span, p, ul, li, dl, dd, dt
  {
    text-decoration: none;
    color: #000000;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 13px;
    font-weight: normal;
  }

  input, textarea, label
  {
    text-decoration: none;
    color: #000000;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 13px;
    font-weight: normal;
  }

  h2
  {
    text-decoration: none;
    color: #000000;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 20px;
    font-weight: bold;
  }

  h4
  {
    text-decoration: none;
    color: #000000;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 14px;
    font-weight: bold;
  }

  img
  {
    border: 0;
  }

  a:link, a:active, a:visited
  {
    font-weight: bold;
    text-decoration: none;
    color: #0d6aba;
    background-color: transparent;
  }

  a:hover
  {
    font-weight: bold;
    text-decoration: underline;
    color: #0d6aba;
    background-color: transparent;
  }

  a.footerlink:link, a.footerlink:active, a.footerlink:visited
  {
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
  }

  a.footerlink:hover
  {
    font-weight: normal;
    text-decoration: underline;
    color: #ffffff;
    background-color: transparent;
  }

  a.boldwhitelink:link, a.boldwhitelink:active, a.boldwhitelink:visited
  {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
  }

  a.boldwhitelink:hover
  {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    background-color: transparent;
  }

  .aligncenter
  {
    text-align: center;
  }

  .alignright
  {
    float: right;
  }

  .alignleft
  {
    float: left;
  }

  #container
  {
    width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  #page
  {
    position: relative;
    top: 10px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
  }

  #menu
  {
    position: relative;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 50px;
  }

  #content
  {
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
  }

  .paragraph
  {
    position: relative;
    top: 10px;
    left: 0px;
    width: 100%;
    text-align:left;
    clear: both;
  }
  
  .clear
  {
    clear: both;
  }

  .horizontalline
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-image: url('/images/horizontalline.png');
    background-repeat: no-repeat;
  }

  .largecaption
  {
    position: relative;
    top: 0px;
    width: 480px;
    height: 150px;
    text-align: left;
    vertical-align: text-top;
    float: left;
  }

  #footer
  {
    position: relative;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-image: url('/images/footer.png');
    text-align: center;
  }
  
  #footercaption
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align:center;
    vertical-align: middle;
    font-size: 11px;
  }

  #copyrights
  {
    position: relative;
    top: 5px;
    left: 0px;
    width: 100%;
    text-align:center;
    vertical-align: middle;
  }

  #copyrightscaption
  {
    position: relative;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 30px;
    color: #000000;
    text-align:center;
    font-size: 11px;
  }

  #endpage
  {
    position: relative;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 45px;
    text-align:center;
  }