
		.staff1, .staff2, .staff3
			{
				position:			absolute;
				left:				130px;
				width:				530px;
				height:				70px;
				font-size:			10pt;
				color:				#000066;
				text-align:			justify;
				border:				thin none #ff0000;
			}
			
			.staff1
				{
					top:				40px;
				}
			
			.staff2
				{
					top:				130px;
				}
			
			.staff3
				{
					top:				220px;
				}
				
		
		.port1, .port2, .port3
			{
				position:			absolute;
				left:				15px;
				width:				78px;
				height:				78px;
				border:				thin none #0000ff;
			}
			
			.port1
				{
					top:				40px;
				}
			
			.port2
				{
					top:				130px;
				}
			
			.port3
				{
					top:				220px;
				}
				
		.history
			{
				position:			absolute;
				top:				310px;
				left:				30px;
				height:				180px;
				width:				630px;
				font-size:			10pt;
				color:				#000066;
				text-align:			justify;
			}
