


/* ------------------------------------- Begin "List of contents" ------------------------------------- */



/*
  1. Print, all in one
*/


/* -------------------------------------- End "List of contents" -------------------------------------- */




/* ------------------------------------- Begin "Print, all in one" ------------------------------------ */

html, body {
  background: #fff;
  font-family: arial, serif;
  font-size: 12pt;
  color: #000;
}

#top, #show_menu, nav, footer, #gotop {
  display: none;
}

a {
  text-decoration: underline;
}

header a, h1 {
  font-size: 18pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

header div:nth-child(2) {
  display: none;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

img {
  display: block;
  margin: 10pt auto;
  max-width: 50%;
}

table {
 border-collapse: collapse;
 width: 100%;
 margin: 20px 0;
}

td, th {
  padding: 14px 25px;
  text-align: left;
  border: 1px solid #000;
}

.AlignLeft {
  text-align: left;
}

.AlignCenter {
  text-align: center;
}

.AlignRight {
  text-align: right;
}

.AlignJustify {
  text-align: justify;
}



/* -------------------------------------- End "Print, all in one" ------------------------------------- */

