body {
    font-size: 13px;
    line-height: 150%;
}

section {
    padding: 10px;
}

section div {
    margin-top: 5px;
}

.t1 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.t2 {
    font-weight: bold;
}

.tab {
    margin-left: 10px;
}

.p-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.p-table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.p-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.strong {
    font-weight: bold;
}