
<!--
body,td,th
	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	}
#background
	{
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
	}
#content
	{
	position: absolute;
	top: 120px;
	width: 99%;
	height: 80%;
	margin-top: 0px;
	z-index: 2;
	overflow: auto;
	}
a:link
	{
	color: #4b4b4b;
	text-decoration: none;
	}
a:visited
	{
	color: #4b4b4b;
	}
a:hover
	{
	color: #ff0000;
	}
a:active
	{
	color: #4b4b4b;
	}
-->