/*  
    * Change colors to black on white.
    * Change the font to serif.
    * Watch the font size.
    * Underline all links.
    * Remove non-essential images.
    * Remove navigation.
    * Remove some or most of the advertising.
    * Remove all JavaScript, Flash, and animated images. 
  */

body {
   color: #000;
   background: #fff;
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
}

a {
   text-decoration: underline;
   color : #0000ff;
}

.logoPrint {
   display: block;
}

.pageBreak {
   page-break-before: always;
}

table.baseTable td.bodyLeft, .banner, .footer, .noprint, .logo {
   display: none;
}

.wrapper {
   width: 100%;
}

table.baseTable {
   width: 100%;
   margin: 0 auto;
   padding: 0;
   border: 0;
}
table.baseTable td.bodyRight {
   width: 100%;
   height: auto !important;
   border: 0;
}

.contentBlock {
   width: 100%;
   margin-bottom: 25px;
   padding-left: 0;
   padding-right: 0;
   border: 0;
}
.contentBlock h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-weight: bold;
   margin: 10px 0;
   color: #000;
}
.contentBlock h1.firstHeader { margin: 10px 0; } 
.contentBlock { }

div.hr { display: none; }
hr { display: block; }

#ScrollArea {
   height: auto !important;
   overflow: visible;
}
.contentBody {
   height: auto !important;
   overflow: visible;
   width: 100%;
}

.footerPrint {
   display: block;
   margin: 20px 0;
   text-align: left;
   margin-top: 25px;
}
