table.listtable, table.cattable, table.srchtable
{
    width: 800px;
    border: 0px;
}

td.catelem
{
    width: 33%;
    height: 20px;
}

a.catelem
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

h1.listtable
{
    color: black;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
}

a.nav
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.nav:hover
{
    text-decoration: underline;
}

td.label
{
    text-align: right;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    padding-right: 5px;
    width: 50%;
}

td.item
{
    padding-left: 5px;
    text-align: justify;
}

input.item, select.item, textarea.item
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    width: 100%;
}

p
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
}

table
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
}