/* CSS Document */
img{border:none;}
body,td,th {
    color: #E9E9E9;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
body {
    background-color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(images/bk.gif);
}
a:link {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FF6600;
}
a:active {
    color: #FFFFFF;
}
.sm {
    color: #CCCCCC;
    font-size: 10px;
}
.input {
    background-color: #000000;
    border: 1px solid #999999;
    width: 90%;
    color: #FFFFFF;
    padding: 4px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.button {
    background-color: #D64516;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    padding: 1px;
    font-weight: bold;
    border: 1px outset #CC0000;
}
.li {
    margin-bottom: 10px;
}
a.menu:link,a.menu:visited {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 6px;
}
a.menu:hover {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 6px;
    background-color: #F04706;
}
.frame {
    background-image: url(images/frame.gif);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 125px;
}
