/*********************************************************
 * printstyle.css << page style for printing information
 *********************************************************/

 body {
  background-color: #fff;

  font-family: arial, verdana, sans-serif;
  font-weight: normal;

  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
 }

 a {
  text-decoration: none;
  color: #000;
 }

 a:hover {
  text-decoration: underline;
  color: #000;
 }

 h1 {
  margin-left: 20px;
  font-family: arial, verdana, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #000;
 }

 h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
 }

 h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #000;
 }

 h5 {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-align: justify;
 }

 #logo {
  position: absolute;
  left: 0px;
  top: 0px;
 }

 #container {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
 }

 #top {
  display: none;
 }

 #left {
  display: none;
 }

 #content {
  margin: 0px;
  padding-left: 20px;
  padding-top: 5px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  vertical-align: top;
 }

 #contenttable {
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 100%;
 }

 #menu {
  display: none;
 }

 #title {
  width: 100%;
  margin-left: 90px;
  margin-top: 40px;
  height: 80px;
 }

 .text {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  line-height: 170%;
  font-weight: normal;
  color: #000;
  text-align: justify;
 }

 .imgborder {
  border: 1px solid #000;
 }
