	
	
	table.border#heb td.rightborder
	{
		background-image: url('images/hp/hp_right_bk.gif');
		background-repeat: repeat-y;
	}
	
	td.leftborder
	{
		background-image: url('images/hp/hp_left_bk.gif');
		background-repeat: repeat-y;
	}
	
	td.bottomborder
	{
		background-image: url('images/hp/hp_bottom_bk.gif');
		background-repeat: repeat-x;
	}
	
	td.upperborder
	{
		background-image: url('images/hp/hp_top_bk.gif');
		background-repeat: repeat-x;
	}
	
	td.rightcornertop
	{
		background-image: url('images/hp/hp_right_corner_top.gif');
		background-repeat: no-repeat;
	}
	
	td.rightcornerbottom
	{
		background-image: url('images/hp/hp_right_corner_bottom.gif');
		background-repeat: no-repeat;
	}
	
	td.leftcornertop
	{
		background-image: url('images/hp/hp_left_corner_top.gif');
		background-repeat: no-repeat;
	}
	
	td.leftcornerbottom
	{
		background-image: url('images/hp/hp_left_corner_bottom.gif');
		background-repeat: no-repeat;
	}
	
	table.sections
	{
		height: 100%;
		width: 100%;
	}
	
	table.sections tr td.name
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
	table.header
	{
	  vertical-align: middle;
	}
	
	/* **********************/
	/* 		english 		*/
	/* **********************/
	
	
	table.border#en tr td.rightborder
	{
		background-image: url('images/hp/hp_right_bk.gif');
		background-repeat: repeat-y;
	}
	
	table.border#en td.leftborder
	{
		background-image: url('images/hp/hp_left_bk.gif');
		background-repeat: repeat-y;
	}
	
	table.border#en td.bottomborder
	{
		background-image: url('images/hp/hp_bottom_bk.gif');
		background-repeat: repeat-x;
	}
	
	table.border#en td.upperborder
	{
		background-image: url('images/hp/hp_top_bk.gif');
		background-repeat: repeat-x;
	}
	
	table.border#en td.rightcornertop
	{
		background-image: url('images/hp/hp_right_corner_top.gif');
		background-repeat: no-repeat;
	}
	
	table.border#en td.rightcornerbottom
	{
		background-image: url('images/hp/hp_right_corner_bottom.gif');
		background-repeat: no-repeat;
	}
	
	table.border#en td.leftcornertop
	{
		background-image: url('images/hp/hp_left_corner_top.gif');
		background-repeat: no-repeat;
	}
	
	table.border#en td.leftcornerbottom
	{
		background-image: url('images/hp/hp_left_corner_bottom.gif');
		background-repeat: no-repeat;
	}
	
