a {
    color: black;
    text-decoration: none;
}
table {
    display: block;
    border-collapse: collapse;
    font-size: 11pt;
}
tr{
    
}
.noprint {
    display: none;
}
td {
    border: 1px solid gray;
    padding: 3px 8px;
    text-align: left;
    vertical-align: top;
}
thead tr:first-of-type th {
    border: 1px solid gray;
    background-color: #ffaaaa;
    padding: 3px 4px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 14pt;
    font-weight: 700;
}
thead tr:nth-of-type(1n+2) th {
    border: 1px solid gray;
    background-color: #ffeeee;
    padding: 3px 4px;
    text-align: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 12pt;
    font-weight: 700;
}
tbody {
    font-family: 'Roboto Condensed', sans-serif;
}
table th:nth-of-type(6n+1) {
    width: 2%;
    font-weight: 300;
}
table td:nth-of-type(6n+1) {
    width: 2%;
    font-weight: 700;
    font-size: 11pt;
}
table th:nth-of-type(6n+2),td:nth-of-type(6n+2) {
    width: 7%;
    font-weight: 300;
    font-size: 10pt;
}
table th:nth-of-type(6n+3),td:nth-of-type(6n+3) {
    width: 10%;
    font-weight: 400;
    font-size: 12pt;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
}
table th:nth-of-type(6n+4),td:nth-of-type(6n+4) {
    width: 26%;
    font-weight: 300;
}
table th:nth-of-type(6n+5),td:nth-of-type(6n+5) {
    width: 14%;
    font-size: 10pt;
    font-weight: 300;
    line-height: 1em;
}
table th:nth-of-type(6n+6),td:nth-of-type(6n+6) {
    width: 41%;
    font-size: 9.8pt;
    line-height: 1em;
    font-weight: 300;
}
#news td {
    border-top: 2px solid black;
}
.alt1a {
    background-color: #f8f8ff;
}
.printsmall {
    height: 20px; width: 40px;
}
.smalltext {
    font-size: 10pt;
}
.page {
    page-break-after: always;
    page-break-inside: avoid;
}
