/*================================================================*/
/* Approved Inspectors Limited                                    */
/*================================================================*/
body
  {
  padding: 0px;
  margin: 0px;
  border: 0;
  color: black;
  background: white;
  font-size: 85%;
  font-family: arial, helvetica, sans-serif;
  line-height: 150%;
  }

div.menubar
  {
  background: #0F4A9E;
  padding: 10px;
  padding-left: 20px;
  }

div.main
  {
  padding: 10px;
  padding-left: 20px;
  }

td.photos
  {
  padding-left: 25px;
  font-size: 80%;
  }

td.photos img
  {
  border: solid black 1px;
  }

div.footer
  {
  text-align: center;
  font-size: 75%;
  color: #4b4b4b;
  padding-top: 20px;
  }

table.menu
  {
  width: 595px;
  border-top: black solid 1px;
  border-bottom: black solid 1px;
  }

table.menu a, table.menu a:visited
  {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 5px;
  }

table.menu a:active, table.menu a:hover
  {
  font-family: arial;
  color: #ffffff;
  background: #000000;
  }

h1
  {
  margin-top: 10px;
  line-height: normal;
  font-weight: normal;
  font-size: 175%;
  }


