@charset "utf-8";
/* CSS Document */

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

a:link, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FF0;
text-decoration: none;
}

a:hover, a:active {
color: #FF0;
text-decoration: underline;
}