p {
    font-family: verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

p.next {
    font-family: cursive;
    font-size: 12pt;
    font-weight: normal;
    color: blue;
    margin-left: 20px;
    margin-top: 5px;
}

p.copyright {
    font-family: verdana, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

a { text-decoration: none; }
a:visited { color: blue; }
a:link { color: blue; }
a:hover { text-decoration: underline; }

img#amalogo {
    margin-top: 40px;
    border-width: 0px;
}

img#lsflogo {
    margin-top: 40px;
    border-width: 0px;
}

h1 {
    font-family: verdana, sans-serif;
    font-size: 24pt;
    margin-top: 5pt;
}

h2 {
    font-family: verdana, sans-serif;
    font-size: 18pt;
}

h3 {
    font-family: verdana, sans-serif;
    font-size: 14pt;
}

div.menu {
    margin-top: 6px;
    line-height: 0pt;
}

div.pagebody p {
    margin-left: 20px;
    margin-right: 20px;
}

div.footer {
    margin-top: 25px;
}

table.ppss {
    margin-top: 20px;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid black;
}

table.ppss thead th {
    vertical-align: top;
    font-size: 10pt;
    background-color: #8B9EC6;
    font-style: oblique;
    padding: 3px;
    border: 1px solid black;
}

table.ppss tbody td {
    vertical-align: top;
    background-color: #D0DAE9;
    padding: 3px;
    border: 1px solid black;
}

table.ppss tbody tr.next {
    color: blue;
}

