h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    color: blue;
    font-weight: bold;
    border-bottom: 1px solid #BECEEE;
}

a
{
    font-family: Verdana;
    font-size: 11px;
    padding-right: 5px;
    color: #556677;
}

p
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
}

div.admbutton
{
    font-family:Tahoma,Arial,Helvetica;
    font-size: 12px;
    color: #ffffff;
    background-color:#6AA2CA;
    border: 2px solid #4083B5;
    cursor: pointer;
    width: 75px;
    height: 25px;
    margin-right: 5px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

input.admbutton
{
    font-family:Tahoma,Arial,Helvetica;
    font-size:12px;
    color:#ffffff;
    background-color:#6AA2CA;
    border-top: 2px solid #60A3D5;
    border-left: 2px solid #60A3D5;
    border-bottom: 2px solid #4083B5;
    border-right: 2px solid #4083B5;
    cursor: pointer;
    margin-right: 5px;
}

table.link
{
    border: 1px solid #4083B5;
    margin-bottom: 10px;

}

table.accept
{
    background: #4083B5;
    position: relative; left: 0px; top: 10px;
}

td.admlabel
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    width: 30%;
    vertical-align: top;
}

td.admitem
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    padding-left: 5px;
    vertical-align: top;
    width: 70%;
}

input.admitem, select.admitem, textarea.admitem
{
    width: 100%;
    color: black;
    font-family: Verdana;
    font-size: 11px;
}