<style type="text/css">
<!--
/* classes */
.one {
	font-family: Times,Lucida,Helvetica,Arial;
	font-weight: bold;
	font-size: 15pt;
	position: absolute;
	left: 10px;
	top: 90px;
	z-index: 1;
}
.former {
	font-family: Helvetica,Lucida,Arial;
	font-color: green;
	font-size: smallest;
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 0;
	visibility: hidden;
	display: hidden;
}
.nav {
	align: center;
	position: absolute;
	left:400px;
	top: 1px;
	z-index: 2;
}	
.imaage {
	align: center;
	background: #ffffff;
	position: absolute;
	left:500px;
	top: 200px;
	z-index: 0;
}


/* ids */




//-->
</style>