body {

        background-color: #000000;
        color: #FFFFFF;
        font-family: arial;
        font-size: 10pt;
}


a:link        { text-decoration: underline; color: #FFFFFF; }
a:visited     { text-decoration: underline; color: #FFFFFF; }
a:hover       { text-decoration: none; color: #7E7E7E; }


h1 {
        font-family: arial;
        font-size: 18px;
        line-height: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: right;
        margin-top: 5px;
}


h2 {
        font-family: arial;
        font-size: 16px;
        line-height: 13px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: left;
        text-decoration: underline;
}



#container {
        margin: 0px auto;
        padding: 0px;
        width: 750px; /* width of the layout -- can be set to any value including percentages */
        overflow: hidden;
        }

#header{
        padding : 0px;
        margin: 0px;
        width: 100%;
        overflow: hidden;
        background-color: #000000;
}

#navigation
{
        margin: 3px;
        padding: 3px;
        width: 100%;
        overflow: hidden;
        background-color: #000000;
        text-align: center;
}


#sidebar-right {
        float: right;
        width: 175px; /* width of the right sidebar -- can be set to any value including percentages */
        margin: 3px;
        padding: 3px;
        overflow: hidden;
        background-color: #000000;
}

#sidebar-left {
        float: left;
        width: 175px; /* witdh of the left sidebar -- can be set to any value including percentages */
        margin: 3px;
        margin-top: 15px;
        padding: 3px;
        overflow: hidden;
        background-color: #000000;
}

#content {
        margin: 5px;
        padding: 5px;
        height: 1%; /* IE6 hack... it's very minor, though */
        overflow: hidden;
        background-color: #000000;
}

#content-inner
{
        width: 100%;
        overflow: hidden;
}

#footer{
        clear: both;
        margin: 0px;
        padding: 0px;
        width: 100%;
        overflow: hidden;
        background-color: #000000;
        text-align: center;
        font-size: 8pt;
}

ul#list-menu {
list-style:none;
margin:0px;
padding:0;
width:100%;
}



ul#list-menu li a {
text-decoration:none;
display:block;
border-bottom: 1px solid #373737;
padding:2px;
background:#000000;
color: #FFFFFF;
}

ul#list-menu li a:hover {
background:#373737;
color:#FFFFFF;
}


.sorttable
{
border-left: 1px dashed #EBEBEB;
border-right: 1px dashed #EBEBEB;
border-top: 0px;
border-bottom: 1px solid #EBEBEB;
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;

}

