/* CSS Document */


.shadowed {
	color: white;
	text-align: left;
	font-weight: bold;
}


td {
	font-family:verdana;
	font-size:11px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a:link {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:active {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


html,body {
background-color: transparent;
scrollbar-3dlight-color: #ffffff;
scrollbar-highlight-color: #0095BF;
scrollbar-face-color: #0095BF;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #0095BF;
scrollbar-base-color: #0095BF;
scrollbar-arrow-color: #0095BF;
}

div#fixedbox
  {
  position: absolute;
  top: 1em;
  left: 1em;
  }
div#fixedbox p
  {
  margin: 0;
  }
@media screen
  {
  div#fixedbox
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 93%;
    padding: 0 1em 0 0;
    font-size: 100%;
    }
  * html div#fixedbox
    {
    position: absolute;  
    }
  /* All done. */
  }
