html {
    overflow-y: scroll
}

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    background: url(/img/menu_bg.gif) repeat-x;
}

table, td {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
}

a {
    color: #002c5e;
    text-decoration: none;
}

a.p:visited {
    color: #002c5e;
}

a:visited {
    color: #6899a5;
}

a:hover {
    color: Black;
    text-decoration: underline;
}

a.menu {
    color: #6899a5;
    font-size: 10pt;
}

li {
    list-style-image: url(/img/li.gif);
}

.tbl_main {
    border: 1px #6899a5 Solid;
    width: 1050px;
}

.tbl_head {
    text-align: center;
    height: 30px;
    background-color: #E0E0E0;
    font-weight: bold;
}

td {
    text-align: left;
}

td.tbl_head a:visited {
    color: #002c5e;
}

.tbl_line1 {
    background-color: #FFFFFF;
}

.tbl_line2 {
    background-color: #F5F5F5;
}

.tbl_foot {
    height: 30px;
    text-align: center;
    font-size: 8pt;
    background-color: #EEEEEE;
}

h1 {
    font-size: 10pt;
    margin-bottom: 1px;
    margin-top: 1px;
}

.center {
    text-align: center;
}

.red {
    color: #FF0000;
}

input.submit {
    border: 1px #6899a5 Solid;
    background: #EEEEEE url(/img/gradient2.gif);
    font-weight: bold;
    cursor: hand;
}

img {
    border: 0;
}

.debug {
    font-size: 7pt;
    color: lightsteelblue;
    text-align: center;
}

.min {
    font-size: 7pt;
}

a.upper img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a.downer img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a.upper:hover {
    top: -1px;
    position: relative;
}

a.upper:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a.downer:hover {
    top: 1px;
    position: relative;
}

a.downer:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.ad_block {
    padding: 2px;
    background: #ffe6a3 url(/img/ad_back.gif) no-repeat bottom right;
}
