	.hiddenCSS a {
		text-decoration: none;
		position: relative;
		display: inline; 
	}
	.hiddenCSS a span {
		display: none;
		color: black;
		font-size: 12px;
		width: 300px;
		padding: 5px;
		position: absolute;
		top: 20px;
		left: -100px;
		border: none;
		text-align:left;
	}

	.hiddenCSS a:hover {
		text-decoration: none;
		border: none;
		background: #AAA;
		z-index:800;
	}

	.hiddenCSS a:hover span {
		display: block;
		border: solid black 2px;
		background: white ;
		z-index:800;
	}


.PageLayout table {width: 760px;alignment: Center;border: 0}
.PageLayout dr {alignment: Center}
.PageLayout dt {alignment: Center}
