html,
body
{
    margin : 0px;
    padding : 0px;
    height : 100%;
    background-color: white;
}
td
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    cursor: default;
}
h1
{
    font-weight: bold;
    font-size: 18px;
    color: #00297b;
    cursor: default;
}
.small
{
    font-size: 9px;
    color: #666666;
    cursor: default;
    line-height: 15px;
}
a:link,
a:visited
{
    font-weight: bold;
    color: #00297b;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    color: #00297b;
    text-decoration: underline;
}
.menu
{
    position: absolute;
    top: 181px;
    visibility: hidden;
    width: 100%;
}
.menu table table table
{
    background-color: #787878;
    border: solid 1px #5a5a5a;
    padding-bottom: 2px;
}
.menu table table td
{
    text-align: left;
}
    .menu table table table td
{
    padding: 2px 10px 2px 10px;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}
.navOver
{
    background-color: #5a5a5a;
}
.small a:link,
.small a:visited
{
    font-weight: normal;
    color: #00297b;
    text-decoration: none;
}
.small a:hover
{
    font-weight: normal;
    color: #00297b;
    text-decoration: underline;
}
hr
{
    color: #00297b;
    background: #00297b;
    height: 2px;
    border: 0px;
}

