body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

h1 {
    font-size: 12pt;
    color: #000080;
}

h3 {
    color: #000080;
}

th {
    border-bottom: solid #000080;
    border-bottom-width: 1px;
    color: #000080;
    text-align: left;
    vertical-align: text-top;
}
td {
    font-size: 9pt
}
li {
    font-size: 10pt
}

.menubar {
    background-color: red;
}

.menubar td {
    width: 20%;
    text-align: center;
    font-style: italic;
}

.menubar a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
}

.menubar a:hover {
    color: black;
}

.directorymenu {
    text-transform: capitalize;
    font-size: x-small;
}

table.directorymenu td {
    vertical-align:top;
}

ul.ukilist {
    font-weight:bolder;
    list-style-type: disc;
    list-style-image: url(/images/help.gif);
}

h2 {
    text-align: left;
    color: red;
    font-size: 9pt;
}

.uki {
    color: red;
    font-weight: bolder;
}


