*, body, a { 
    font-family: Bitstream Vera Sans, Helvetica, Arial, sans-serif;
    font-size: 8pt;
}

.url, tt, .mailing-address {
    font-family: Bitstream Vera Sans Mono, Lucida Console, Courier, Courier New, monospace !important;
}

.bold-print {
    font-weight: bold;
}

#PageHeader, #PageFooter {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    text-align: left;
    background: transparent;
    margin-top: 0.75em;
    margin-bottom: 2pt;
    width: 100%;
}

h2 {
    font-size: 12pt;
    background: #ddd;
}


.section {
    page-break-inside: avoid;
    orphans: 4;
    widows: 4;
}

/* columns */
div.begin-columns, div.end-columns {
    display: block;
    clear: both;
}

div.column {
    float: left;
}

div.column + div.column {
    margin-left: 4em
}

.noprint {
    display: none;
}

hr.tophr,
hr.bottomhr {
    display: block;
/*    margin: 0; 
    padding: 0;*/
    border: none;
    border-top: thin solid black;
}



/* vim:set ts=4 sw=4 sts=4 expandtab: */
