html, body, td, th {
        font-family: Verdana, sans;
        font-size: 11pt;
}

h1 { font-size: 17pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }

img {
        border: none;
}

tr.even td {
        background-color: #eee;
}

th {
        background-color: #aeaeae;
}

.small {
        font-size: 8pt;
}

table {
        border: 1px solid black;
        border-collapse: collapse;
}

table td, table th {
        padding: 7px;
}

.nowrap {
        white-space: nowrap;
}


