h1 {
    font-size: 24px;
}
h1.title {
    text-align: center;
    border-bottom: 1px dotted rgb(0,80,144);
}
table.sectlet {
    width: 100%;
}
.sectlet thead td {
    font-weight: bold;
    background: #e7e7e7;
    border-width: 1 0 0 1;
    border-color: #c0c0c0;
    border-style: solid;
    padding: 5 8 5 8;
}
.sectlet tbody td {
    padding: 10 0 10 10;
    width: 100%;
    border-width: 0 0 0 1;
    border-color: #c0c0c0;
    border-style: solid;
}

td.positioning {
    background: #f0e8c0;
    padding: 0 5 0 5;
    font-size: 12;
}
.positioning td {
    font-weight: bold;
}
.positioning .bold {
    color: rgb(0,80,144);
}
.news p {
    padding: 0;
    margin: 5 0 0 0;
}
.news .more {
    text-align: right;
    font-style: italic;
    margin: 0 0 15 0;
}

