body, span, div, a, p, pre, table, tr, th, td, ul, li, form, input, select, text, submit, h3
{
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : x-small;
    color : #000000;
}
input, textarea, .small
{
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : x-small;
}
.vertical
{
    writing-mode: tb-rl;
    filter: flipV() flipH();
}
.ticks
{
    font-family: arial unicode MS;
    font-size=medium;
    text-decoration: none;
}
div, table
{
  border-width:0;
  padding:0;
  margin:0;
}
.topmenu
{
width:100%;
background-color:#aaaaff;
}
div.tableScroll
{ height: expression(document.body.clientHeight-200);
	overflow: auto;
	margin: 0 0 0 0;
}
div.tableScroll h2, th, .grey
{ background-color:#aaaaff;
  text-align=left; }
div.tableScroll thead tr	
{
position:relative;
/* Causes the pixel header row to stay fixed in IE*/
top: expression(offsetParent.scrollTop);
}

