<!--
a:link {color: #330099; text-decoration: underline; }
a:active {color: #330099; text-decoration: underline; }
a:visited {color: #006600; text-decoration: underline; }
a:hover {color: #FF0000; text-decoration: none; }
-->
body {          
                text-align:center;
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
                scrollbar-base-color: #3366CC;
                scrollbar-arrow-color: white;
                scrollbar-track-color: #6699FF;

                scrollbar-shadow-color: black;
                scrollbar-lightshadow-color: black; 
                scrollbar-darkshadow-color: gray;

                scrollbar-highlight-color: #6699FF;
                scrollbar-3dlight-color: black;

}
div#container
{
margin-left: auto; 
margin-right: auto;
}
#main {
                float:left;
                padding:2px;
		margin-left:2px;
                margin-right:2px;
                margin-top:2px;
                margin-bottom:2px;
		width:600px;
                height:512px;
                text-align:center;
	}
#content-footer {
                position:absolute;
                left:78px;
                top:675px;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		width:500px;
                height: 40px;
                text-align:center;
                z-index:-1;
	}
.frame {
margin-left:2px;
margin-right:2px;
margin-top:0px;
margin-bottom:0px;
padding:2px;
width: auto;
background-color:#6699FF;
height: 410px;
overflow: auto;
align: center;
}
.tableframe {
margin-left:2px;
margin-right:2px;
margin-top:0px;
margin-bottom:0px;
padding:2px;
width: 295px;
background-color:#6699FF;
height: 210px;
overflow: auto;
align: center;
text-align:center;
}
.shortframe {
margin-left:2px;
margin-right:2px;
margin-top:0px;
margin-bottom:0px;
padding:2px;
width: 450px;
background-color:#6699FF;
height: 180px;
overflow: auto;
align: center;
text-align:center;
}