/* Print Style Sheet */

body {
  background: white;
  font-size: 11pt;
  line-height: 17pt;
  font-family: Arial, Helvetica, sans-serif;
}

#navi,#sidebar {
  display: none;
}

#header {
  background-image: none;
  height: auto;
}

#header ul {
  display: none;
}

#content {
  width: auto;
  margin: 0; 
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}

#content {
}

h1,h2,h3,h4 {
  display: block;
  
}

#content img {
  float: right;
  clear: right;
  border: 0 none;
  padding: 5px;
  margin: 0 0 15px 15px;
  border: 1px solid #999;
  
}

#content small {
  font-size: 10pt;
  padding: 0 5px;
  font-weight: normal;
}

a:link, a:visited {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#header {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}

#footer {
  margin-top: 10px;
  border-top: 1px solid #999;
  text-align: center;
}

.news_short {

    font-weight: bold;
}

