﻿body {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 13px;
}
#topbar, #header, #sidebar, #content {
    display: none;
}
#print-content {
    display: block;
}
.page-break {
    page-break-after:always;
}
.no-print {
    display: none;
}
table {
    border-style: solid;
    border-width: 2px;
}
td, th {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}
table {
    border-collapse: collapse;
}
td, th {
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    padding: 0.2em;
}