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

body {
 font-size:11pt;
 background:white;
 }
  
#wrapper, #content {
  width:auto;
  margin:0 5%;
  padding:0;
  margin:0;
  float:left !important;
  color:black;
  }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }



/*   GENERAL 
---------------------------------------------*/


h1,h2,h3,h4,p {
  font-family:Helvetica, sans-serif;
  }

h1 {
  font-size:16pt;
  }
  
h2 {
  font-size:13pt;
  text-transform: uppercase; 
}

p {
  line-height: 1.4em;} 
  
img {
  border:none;}
 
#footer, #masthead, #sidebar {
 display:none;}
 
 
@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}