	/* Picture-Box with frame */
	.box-right {
		float:right;
		text-align:center;
		font-size:84%;
		width:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
	}
	div.box-right img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}	
	.box-left {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
	}
	div.box-left img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	/* Picture-Box without frame */
	.box-rightx {
		float:right;
		text-align:center;
		font-size:84%;
		width:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-rightx img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}	
	.box-leftx {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-leftx img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
/*	.box-center1 {
		display:inline;	
		float:center;
		text-align:center;
		font-size:75%;
		width:auto;
		hight:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 9px 9px 5px 9px;
		border:0;
	}
	.div.box-center1 img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}  */	
	
/*	.box-right1 {
		display:inline;
		float:right;
		text-align:left;
		margin: 5px 0px 8px 8px;		
		text-align:left;
		font-size:84%;
		width:auto;
		margin:0;
		background-color: #ffffff;
		padding:0;
		border:0;
	} 
	.div.box-right1 img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}	*/
/* box with table without frame */
/*	.box-left-twf {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
	}
	div.box-left-twf img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-left-twf table {
		width:auto;
		position:relative;
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;	
	}
	td { 
		overflow:hidden;
		padding: 0 35 0 10;
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;		
		text-align:left;
	}
	tr {
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;
		text-align:center;	 	
	}	
	.box-right-twf {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
	}
	div.box-right-twf img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-right-twf table {
		width:auto;
		position:relative;
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;	
	}
	td { 
		overflow:hidden;
		padding: 0 35 0 10;
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;		
		text-align:left;
	}
	tr {
		border:1;
		border-width:1px;
		border-color:#c0c0c0;
		border-style:solid;
		text-align:center;	 	
	}	*/
	/* absolute position
    .a1 {
	position:absolute;
	top:5px;
	left:10px;
    }
    .a2 {
	position:relative;
	overflow:visible;
	z-index:2;
	top:7px;
	width:293px;
	height:428px;
    }  */	