body {
    font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
    font-size: 9pt !important;
    line-height: 1.3em;
}
h1 {
    font-size: 33pt !important;
    font-weight: normal;
    margin-top: 60!important;
    margin-bottom: 20pt!important;
    border: none;
    font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6 {
    border: none;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-size: 9pt !important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
div, p, ul, dl, ol {
    width: auto;
}
ul, ol, dl {
    padding-right: 0.5em;	
}
ul { 
    list-style-type: square;
}
.documentDescription {
    text-transform: uppercase;
    color: Grey;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
p {
    margin-top: 0pt!important;
    margin-bottom: 6pt!important;
}
pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table th,
table td {
    vertical-align: top;
    text-align: left;
    padding-right: 12pt!important;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}
table.invisible,
table.invisible td {
    padding-left:0!important;
    padding-bottom: 24pt!important;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important;
    text-decoration: none !important;
}
a:link, a:visited {
    color: #520;
    background: transparent;
}

/* Page break class for use when printing */
div.pageBreak {
    page-break-before: always;
}

.store {
    margin-bottom: 0.5em;
}

.sideBar,
#footer {
    margin-top: 2.5em;
}

/* Uncomment these to get link addresses inserted along with the link text
   when you print.
#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}
*/


/* Hide all the elements that are irrelevant for printing */
#portal-tag-line,
#login-area,
#page-loader,
.collectionTip,
#gallery,
#global-top,
.listingBar,
.visualNoPrint {
    display: none;
} 

