html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #FFF7EE;
  color: #000000;
  font-weight : normal;
  font-style : normal;
  font-size : 8pt;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 100%;
}



div.default {
  position: relative; top: 50%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border: 0px;
  background-color: #FFF7EE;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  width: 770px;
  text-align: center;
}



table.contained_default {
  margin: auto;
  padding: 0px;
  border: 0px;
  background-color: #FFF7EE;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  width: 770px;
  height: 380px;
}

table.default {
  margin: auto;
  padding: 0px;
  border: 0px;
  background-color: #FFF7EE;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  width: 600px;
  text-align: center;
}



td.body {
  margin: auto;
  padding: 0px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
}



a:link    {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active  {color: #000000; text-decoration: none;}
a:hover   {color: #D57927; text-decoration: underline;}