body
{
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-face-color: #B8B8B8;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  font-family:Arial;
  color:#656565;
  cursor: url(images/tooltip-arrow.cur);
}

h3
{
    display:inline;
}

h2
{
    display:inline;
}
h5
{
    display:inline;
    font-style:italic;
}

td
{
    font-size:10pt
}

td.Menu
{
    font-size:17px;
    background:url(/images/Menu.gif);width:120px;height:23px;
    color:#ffffff;
    cursor: pointer;
}
td.Menu a
{
    color:#ffffff;
    text-decoration: none;
}
td.Menu a:visited
{
    color:#ffffff;
    text-decoration: none;
}

td.MenuOrange
{
    font-size:17px;
    background:url(/images/Menu_orange.gif);width:120px;height:23px;
    color:#ffffff;
    cursor: pointer;
}
td.MenuOrange a
{
    color:#ffffff;
    text-decoration: none;
    font-weight: bold;
}
td.MenuOrange a:visited
{
    color:#ffffff;
    text-decoration: none;
    font-weight: bold;
}


a:link
{
    color:Navy;
}
a:active
{
    color:Navy;
}
a:visited
{
    color:Navy;
}
a:hover
{
    color:blue;
}

#tooltip {
    background-repeat: no-repeat;
    width: 437px;
    height: 279px;
    position: absolute;
    z-index: 3000;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

#tooltip h3, #tooltip div { margin: 0; }
