#watermark {position: absolute; left: 0px; top: 150px; width: 100%; z-index: 0; }
#links {position: absolute; left: 0px; top: 130px; height: 10px; width: 100%; z-index: 2; }
#page {position: absolute; left: 0px; top: 150px; height: 10px; width: 100%; z-index: 1; }
#banner {position: absolute; left: 0px; top: 130px; height: 10px; width: 100%; z-index: 0; }
#logo {position: absolute; left: 0px; top: 0px; width: 100%; z-index: 0; }

body {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		color: white;
		font-family: tahoma;
		background-color: black;
		font-size: 11pt;
		}
a:link {
		color: white;
		text-decoration: none;
		font-variant : small-caps;
		}
a:visited {
		color: white;
		text-decoration: none;
		font-variant : small-caps;
		}
a:hover {
		color: black;
		text-decoration: none;
		font-variant : small-caps;
		}
td {
	font-size: 11pt;
	}