body { background-color: rgb(0, 0, 0);
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
FONT: 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    }

a { color: green;
}
	
#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentLeft{
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #0000b5;
color: #fff;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background-color: navy;
color: white;
}

#framecontentFooter{ 
font-weight: bold;
color: black; MARGIN-TOP: 5px; FONT-SIZE: 10px; BACKGROUND: #fff; MARGIN-BOTTOM: 5px; TEXT-ALIGN: center
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

.LinkStd{
display: block;
background-color: navy;
border: 2px navy outset;
padding: 1px 4px;
color: #fff;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.LinkStd:hover{
border-style: inset;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
color: green;
}

.LinkStd:active{
color: black;
}

.LinkHot{
display: block;
background-color: #f40000;
border: 2px #f40000 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.LinkHot:visited{
color: black;
}

.LinkHot:hover{
border-style: inset;
background-color: #FC1C09;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.LinkHot:active{
color: black;
}

  ul.tablePaginater { margin: 2px 0px 1em;
    padding: 0px;
    display: block;
    list-style-type: none;
    }

  ul.tablePaginater li { display: block;
    vertical-align: middle;
    width: 2.1em;
    color: rgb(102, 102, 102);
    line-height: 2em;
    margin-right: 4px;
    height: 2.1em;
    text-align: center;
    float: left;
    }

  ul.tablePaginater li.currentPage a { border-color: rgb(168, 68, 68) ! important;
    color: rgb(0, 0, 0);
    }

  ul.tablePaginater li a { border: 1px solid rgb(204, 204, 204);
    display: block;
    width: 2em;
    color: rgb(102, 102, 102);
    height: 2em;
    text-decoration: none;
    }

  table { border-style: none;
    border-color: rgb(51, 51, 255) rgb(51, 204, 255) rgb(51, 204, 255) rgb(51, 51, 255);
    /*font-family: Arial,Helvetica,sans-serif;*/
		FONT-SIZE: 100%;
    }

  .table_Left { font-weight: bold;
    border-bottom-color: rgb(0, 204, 255);
    color: rgb(102, 255, 0);
    background-color: rgb(0, 0, 204);
    }

  th { border-style: none none solid solid;
    color: red;
    border-color: rgb(0, 0, 204);
    border-width: thin;
    background: rgb(0, 204, 255);
/*    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;*/
    padding-right: 5px;
    padding-left: 5px;
    }

  td { border-style: none none solid solid;
    color: #2FFE24;
    border-color: rgb(0, 0, 204);
    border-width: thin;
    padding-right: 5px;
    padding-left: 5px;
    }
