body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
div#Top {
	background-color: #000000;
	height: 12.5%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 3;
}
div#Bottom {
	background-color: #000000;
	height: 12.5%;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
}
div#Center {
	background-color: #FFFFFF;
	height: 75%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 12.5%;
	right: 0px;
	bottom: 12.5%;
	z-index: 1;
}
table#Main {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
table#Menu2 {
	margin: 0px;
	padding: 0px;
	height: 12.5%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
.text8ptBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.text9ptBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.text9ptWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.link8ptBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.link9ptBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
.link9ptWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table#Portfolio {
	border: 1px dotted #000000;
}
.text9ptORANGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #D57401;
}
table#Content {
	overflow: scroll;
}

