body
{
    background-image: url("images/9barpaper.jpg");
    background-position: center top;
    color: black;
    font-family: "BankGothic Lt BT", "Arial", sans-serif;
    font-size: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

h1
{
    font-size: large;
    font-weight: bolder;
}

b
{
    font-weight: bolder;
}

tr
{
    font-size: small;
}

table
{
    font-size: small;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    padding: 0px;
}

td
{
    vertical-align: top;
}

#preload
{
    visibility: hidden;
}

table.links
{
    font-size: x-small;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    padding:3px;
}

table.links th
{
    font-size: normal;
    background-color: rgb(245, 200, 200);
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-spacing: 0px;
    padding: 1px;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
}

table.links td
{
    text-align: center;
    vertical-align: middle;
    background-color: rgb(245, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-spacing: 0px;
    padding: 1px;
    font-size: small;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
}

table.bookmarks
{
    font-size: x-small;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    padding:3px;
}

table.bookmarks th
{
    font-size: normal;
    background-color: rgb(230, 230, 245);
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-spacing: 0px;
    padding: 1px;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
}

table.bookmarks td
{
    vertical-align: middle;
    background-color: rgb(245, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-spacing: 0px;
    padding: 1px;
    font-size: small;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
}


