@charset "utf-8";
/* CSS Document */

/*
html body a:link:after, html body a:visted:after {
  content: " (" attr(href) ") ";
}
*/
body, #framework {
  background: white;
  color: black;
  font-size: 12px;
  font-family: "Arial", "Helvectia";
}

body html a:link, body html a:visted {
  color: #0B8DEB;
  text-decoration: underline;
}
.clear {
  clear: both;
}

img {
  border: none;
}
a.footlink, a.footlink:visited {
  color: #0B8DEB;
  text-decoration: underline;
}
#inside a:link, #inside a:visited {
  color: #0B8DEB;
  text-decoration: underline;
}
#framework {
/*
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
*/
}
#framework .header_print {
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
#framework .header_print .left {
  float: left;
}
#framework .header_print .right {
  float: right;
  text-align: right;
}
#framework .header_print .right .number {
  font-size: 20px;
  margin: 20px 0 0 0;
}
#framework .header_print .right .url {
  font-size: 16px;
  margin: 10px 0 0 0;
}
#framework .header, #framework .left, #framework #sharethis_0, #inside p.head_image, #inside .noprint, #inside #player, img.button {
  display: none !important;
}
#framework .footer {
  background: none;
  border-top: 1px dashed black;
  margin-top: 30px;
  padding-top: 10px;
}
#framework .footer_bar {
  font-size: 10px;
}
#framework .footer_bar .left {
  float: left;
}
#framework .footer_bar .right {
  float: right;
  text-align: right;
}
#framework .footer_bar #right .links {
  display: none !important;
}
