#divUpControl {
        position:absolute;
        width:392;
        left:0;
        top:240;
        z-index:1;
        text-align: right
}

#divDownControl {
        position:absolute;
        width:392;
        left:0;
        top:490;
        z-index:1;
        text-align: right
}

#divContainer
{
        font-family: tahoma;
        font-weight: bold;
        font-size: 11px;
        position:absolute;
        width:280;
        height:230;
        overflow:hidden;
        left:0;
        clip:rect(0,280,230,0);
        visibility:hidden;
        background-color: white;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5
        -khtml-opacity : 0.5 ; 
        opacity : 0.5 ;
}

#divMenu
{
        font-family: tahoma;
        font-weight: bold;
        font-size: 11px;
        position:absolute;
        width:280;
        height:42;
        overflow:hidden;
        left:0;
        clip:rect(0,280,42,0);
        background-color: white;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5
        -khtml-opacity : 0.5 ; 
        opacity : 0.5 ;
}

#divContent  {
                position:absolute;
                top:0;
                left:0;
                padding: 0px;
                color: #000000
}

a:link
{
        color: #000000;
        text-decoration: underline;
}

a:visited
{
        color: #000000;
        text-decoration: underline;
}

a:hover
{
        color: #ff0000;
        text-decoration: underline;
}

a.scroll:link
{
        color: #ffffff;
        text-decoration: none;
}

a.scroll:visited
{
        color: #ffffff;
        text-decoration: none;
}

a.scroll:hover
{
        color: #ffffff;
        text-decoration: underline;
}

li 
{
	list-style-type: circle;
}

body
{

}
