html
{
    overflow-y: scroll;
}
body
{
    font-family:Tahoma,sans-serif;
    font-size:12px;
    color:rgb(128,128,128);
    background-color:black;
    background-image: url(../graphics/bg.gif);
    margin-top:5px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
}

.maintext
{
    font-family:Tahoma;
    font-size:12px;
    color:rgb(204,204,204);
}

.footer
{
    font-size: 10px;
    color:red;
    margin-right:auto;
    margin-left:auto;
    width:668px;
    background-color: #000000;
}

.subhdr
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    padding-left:5;
    margin-top:0;
    padding-bottom:3;
    padding-top:2;
    color:white;
    background-color:blue;
}

.tables
{
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:rgb(128,128,128);
    background-color: black;
}

#navcontainer ul
{
    list-style-type: none;
    text-align: center;
}

#navlist
{
    text-align: center;
    padding: 4px 0 5px 0;
    margin: 0;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
#navlist li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navlist li a
{
    text-decoration: none;
    border: 1px solid #808080;
    padding-top: 1px;
    padding-right: 28px;
    padding-bottom: 1px;
    padding-left: 28px;
    margin: 0 5px;
    background-color: black;
    color: red;
}

#navlist li a:hover
{
    background-color: #26A;
    color: white;
}

img
{
     border-width:1px;
     border-color:gray;
     border-style:solid;
}
#frame 
{
    font-weight:normal;
    margin-top:0px;
    margin-right:auto;
    margin-bottom:0px;
    margin-left:auto;
    padding:0px;
    border:solid 1px #808080;
    background-color:#000000;
    width:668px;
    color:rgb(192,192,192);
}
.heading2
{
    width:650px;
    height:16px;
    margin: 5px 0 0 0;
    margin-right:auto;
    margin-left:auto;
    padding: 0 0 1px 0;
}
.releasehdr
{
    width:650px;
    text-align:left;
    border-bottom:solid;
    color:#c0c0c0;
    margin-left:10px;
    margin-bottom:5px;
    margin-top:5px;
    float: left;
}
.column
{
    font-weight:normal;
    color:white;
    text-align:center;
    float:left;
}
.columnlnk
{
    text-decoration: none;
    font-size:10px;
    font-weight:bold;
    color:red;
    text-align:center;
    float:left;
    border:solid 1px #808080;
    margin:1px 0 1px 0;
    width:58px;
}
.columnlnk:hover
{
    background-color: #26A;
    color: white;
}
.expand
{
    text-decoration: none;
    font-size:10px;
    color:red;
    text-align:left;
    float:left;
    border:solid 1px #808080;
    margin:1px 0 1px 0;
    padding:0 0 0 3px;
    width:10px;
}

.expand:hover
{
    background-color: #26A;
    color: white;
}
.downloadlnk
{
    text-decoration: none;
    font-size:10px;
    font-weight:bold;
    color:red;
    text-align:center;
    float:left;
    border:solid 1px #808080;
    margin:1px 0 1px 0;
    width:70px;
}
.downloadlnk:hover
{
    background-color: #26A;
    color: white;
}
.
