/* Start of CMSMS style sheet 'print' */
* {
  margin: 0px;
  padding: 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12pt;
}

body {
  margin: 15px;
  background-color: white;
  color: black;
  text-align: left;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 15pt;
  font-weight: bold;
}
p {
  font-size: 12pt;
  margin-bottom: 10px;
}
a:link, a:visited,a:active, a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#contents {
  margin-top: 95px;
}
#contents ul {
  padding: 5px 15px;
}
#contents ol {
  padding: 5px 20px;
}
#contents li {
  margin-bottom: 10px;
}
#contents table {
  border: 2px ridge white;
}
#contents .t1 td {
  padding: 0px;
}
.ModifiedDate {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 9pt;
  margin-top: 8px;
}

/* Containers */

#header img[src="uploads/images/logo-2.png"] {
  display: block;
  position: absolute;
  top: 0px;
}
#header img[src="uploads/images/billede-bar.jpg"] {
  display: none;
}
#header ul {
  display: none;
}

#menu {
  display: none;
}



#footer {
  width: 100%;
  text-align: center;
}
#footer p {
  font-size: 9pt;
}
#footer a {
  font-size: 0pt;
  color: black;
  background-color: transparent;
  text-decoration: none;
}

/* End of 'print' */

