/* 
  This style sheet is useful for when the browser Print Preview is used.
  It is used to control which html elements are to be printed and which to hide.
*/

body {
  margin: 0pt;
  padding: 0pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color : black;
}

#header {
  display: none;
}

#menus {
  display: none;
}

#contents #submenu {
  display: none;
}

#footer {
  display: none;
}

a {
  color: black;
  text-decoration: none;
}

table {
  border-collapse: separate;
  border: 1pt solid gray;
}

th, td {
  border: 1pt solid gray;
}
