/* CSS Document */
.tombstone { padding::20px 0px 0px 0px; text-align:left;}
.tombstone img { margin:10px 10px 10px 10px;}

/*--------------------- CSS reset ---------------------*/

* {font-size: 100%;margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ffffff;
	text-align:left; 
	font:72% "Verdana", Arial, Helvetica, sans-serif;
	line-height:1.4em; 
	color:#787879;
	}


blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#787879; }
h2	{ font-size:1.1em; color:#787879; }
h3	{ font-size:.8em; color:#787879; }

h1 span,h2 span,h3 span	{ display:none; }

a:link, a:visited { color:#787879; text-decoration:none; outline:none; }
a:hover, a:active	{ color:#787879; text-decoration:underline; outline:none; }


/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:15px 10px 0 20px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
			
.left_content  {
	padding-top:200px
	}
	
	img.thumbnail {
	width:214px;
	height:149px;
	margin:10px 30px;
	float:left;
	border: 3px solid #ffffff;
	}
	
	
	div.linebreak	{ 
	background:url("../images/linebreak.gif") top no-repeat;
	margin:30px 0;
	width:720px;
	height:2px;
	}
	
p {text-align:justify;}

h2.newstitle 
	{
	color:#808081;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;}
	
#map 
{margin-top:20px;
	}
	
p.left-align {text-align:left;}

.center {margin:0 auto;text-align:center;}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg_wrap.jpg") top no-repeat;
	width:100%;
	height:970px;
	margin:0 auto;
	text-align:left;
	}
	
	
#body_wrap {
	background:url("../images/bg_body_wrap.jpg") top repeat-y;
	width:970px;
	margin: 0 auto;
	text-align:center;
	}
	
body#index #body_wrap {
	background:url("../images/bg_bodyindex_wrap.jpg") top repeat-y;
	width:970px;
	margin: 0 auto;
	text-align:center;
	}

/* ------------------------ masthead framework ------------------------ */

#masthead {
	background:#ffffff;
	width:970px;
	height:109px;
	margin:0 auto;
	}
	
#logo {
	background:url("../images/wwcapgroup_logo.jpg");
	background-repeat:no-repeat;
	width:567px;
	height:72px;
	float:left;

	}

#search_wrap {
	background:#ffffff;
	width:403px;
	height:95px;
	float:left;
	}
#search_wrap form {
	padding:50px 0 0 190px;
	}


/* index page link within #masthead */		
	#logo a {display:block;
	width:567px;
	height:72px;
	}
	
	#logo a span {display:none;}	
		
	#masthead a span {
	display:none;
	}


/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:244px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		
		padding:15px 25px 0 40px;
		text-align:left;
		}
		
		
			
		/* single column list */
	#column-left ul { padding:10px 0px 7px 40px; }
		#column-left ul li { 
			background:transparent url("../images/li_arrow.png") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:5px 15px; /* pushes text to the right to display bg img */
			font-size:1.1em; 
			color:#787879;
			font-weight:bold
			}
	#column-left p.member_title {font-weight:lighter;padding:0;}
	
	body#contact_us #column-left a:link { color:#58ba47;text-decoration:none; }
	body#contact_us #column-left a:visited { color:#93D187;text-decoration:none; }
	body#contact_us #column-left a:hover{ color:#93D187;text-decoration:underline; }


	/* ------------------------ column-right framework ------------------------ */

	#column-right {
	width:725px;
	float:left;
	min-height:250px;
	height:auto !important; height:250px;
	}
	
		#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl  {
		padding: 15px 30px 0 20px;
		text-align:left;
		}
	
		/* single column list */
		#column-right ul { padding: 15px 40px 0 50px; }
		body#team #column-right ul { padding: 15px 40px 0 20px; }
		body#column-right#sitemapdisp ul li
		{list-style:none;}
				
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:15px 10px; /* pushes text to the right to display bg img */
			list-style:disc;
			}
		
		#column-right ol { 
			padding: 15px 40px 0 50px;
			text-align:left;
			list-style:decimal;
			}
				
		body#team #column-right ul li.img-left { 
			margin:0 40px 40px 0;
			float:left;
			list-style:none;
			text-align:center;
			padding:0;
			}
			
		#login_wrap form {width:145px;
			padding:0 100px 0 0;
		 /* set margin left and right below */
	}

        #login_wrap form label	{ font-size:.95em; } 

		#login_wrap form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

		#login_wrap input, #login_wrap textarea, #login_wrap select { 
			background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
			border:1px solid #c0c0c0;
			color:#c0c0c0;
			width:100px; /* 5 pixles smaller than form width !important */
			height:15px;
			line-height:12px;
			vertical-align: middle;
			margin-bottom:4px; /* sets vertical spacing between fields */
			padding-top:1px; /* vertically position text in input/textarea field */
			padding-left:4px; /* horizontally position text in input/textarea field */
			font-family: "Verdana" ,Arial, Helvetica, sans-serif; 
			font-size:1.0em;
	}
		#login_wrap fieldset {border-style:none;}

		#login_wrap select { width:100px; padding:0;margin:0;} /* same width as form - !important */

		#login_wrap textarea { height:90px; overflow:auto; }
				
/* ------------------------ Index column-left framework ------------------------ */

body#index #column-left {
	width:725px;
	float:left;
	
	}

	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		
		padding:15px 25px 0 40px;
		text-align:left;
		}
		
		
			
		/* single column list */
	body#index #column-left ul { padding:10px 0px 7px 40px; }
		body#index #column-left ul li { 
			background:transparent url("../images/li_arrow.png") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:5px 15px; /* pushes text to the right to display bg img */
			font-size:1.1em; 
			color:#787879;
			font-weight:bold
			}
	body#index #column-left p.member_title {font-weight:lighter;padding:0;}

	/* ------------------------ Index column-right framework ------------------------ */

	body#index #column-right {
	width:244px;
	float:left;
	min-height:250px;
	height:auto !important; height:250px;
	}
	
		body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl  {
		padding: 15px 40px 0 20px;
		text-align:left;
		}
	
		/* single column list */
		body#index #column-right ul { padding: 15px 40px 0 20px; }
		
				
		body#index #column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:15px 10px; /* pushes text to the right to display bg img */
			list-style:disc;
			}
		
		body#index #column-right ol { 
			padding: 15px 40px 0 50px;
			text-align:left;
			list-style:decimal;
			}
	
			
/* ------------------------ header framework ------------------------ */
#header-flash { height:970px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:970px;}
#header-graphic {width:970px;height:239px;margin:0 auto; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#approach #header-graphic { background:url("../images/header-approach.jpg"); }
	body#about_us #header-graphic { background:url("../images/header-about_us.jpg"); }
	body#contact_us #header-graphic { background:url("../images/header-contact_us.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#transactions #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#blog #header-graphic { background:url("../images/header-blog.jpg"); }
	body#team #header-graphic { background:url("../images/header-team.jpg"); }
	body#services #header-graphic { background:url("../images/header-services.jpg"); }
	body#partners #header-graphic { background:url("../images/header-partners.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#public #header-graphic { background:url("../images/header-services.jpg"); }
	body#private #header-graphic { background:url("../images/header-services.jpg"); }
	body#merger #header-graphic { background:url("../images/header-services.jpg"); }
	body#restrict #header-graphic { background:url("../images/header-services.jpg"); }
	body#stock #header-graphic { background:url("../images/header-services.jpg"); }
	body#strategic #header-graphic { background:url("../images/header-services.jpg"); }
	body#privacy #header-graphic { background:url("../images/header-index.jpg"); }
	body#signin #header-graphic { background:url("../images/header-index.jpg"); }
	body#craig #header-graphic { background:url("../images/header-team.jpg"); }
	body#kuntz #header-graphic { background:url("../images/header-team.jpg"); }
	body#ken #header-graphic { background:url("../images/header-team.jpg"); }
	body#baldwin #header-graphic { background:url("../images/header-team.jpg"); }
	body#bruce #header-graphic { background:url("../images/header-team.jpg"); }
	body#rohit #header-graphic { background:url("../images/header-team.jpg"); }
	body#jehu #header-graphic { background:url("../images/header-team.jpg"); }
	body#tim #header-graphic { background:url("../images/header-team.jpg"); }
	body#james #header-graphic { background:url("../images/header-team.jpg"); }
	body#transactions_equity #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_private #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_debt #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_advisory #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_energy #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_infotech #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#transactions_other #header-graphic { background:url("../images/header-transactions.jpg"); }
	body#partners_asia #header-graphic { background:url("../images/header-partners.jpg"); }	
	body#partners_fund #header-graphic { background:url("../images/header-partners.jpg"); } 	
	body#partners_jackson #header-graphic { background:url("../images/header-partners.jpg"); } 
/* ------------------------ subhead framework ------------------------ */
#subhead { width:970px;height:35px;margin:0 auto; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead_index.jpg") top no-repeat; }
	body#approach #subhead { background:url("../images/subhead_approach.jpg") top no-repeat; }
	body#about_us #subhead { background:url("../images/subhead_about_us.jpg") top no-repeat; }
	body#contact_us #subhead { background:url("../images/subhead_contact_us.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead_thankyou.jpg") top no-repeat; }
	body#transactions #subhead { background:url("../images/subhead_transactions.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead_blog.jpg") top no-repeat; }
	body#team #subhead { background:url("../images/subhead_team.jpg") top no-repeat; }
	body#services #subhead { background:url("../images/subhead_services.jpg") top no-repeat; }
	body#partners #subhead { background:url("../images/subhead_partners.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead_sitemap.jpg") top no-repeat; }
	body#public  #subhead { background:url("../images/subhead_public_offerings.jpg") top no-repeat; }
	body#private #subhead { background:url("../images/subhead_private_placements.jpg") top no-repeat; }
	body#merger #subhead { background:url("../images/subhead_merger_aquisitions.jpg") top no-repeat; }
	body#restrict #subhead { background:url("../images/subhead_restricted_stock_sale.jpg") top no-repeat; }
	body#stock #subhead { background:url("../images/subhead_stock_loan.jpg") top no-repeat; }
	body#strategic #subhead { background:url("../images/subhead_strategic_advisory.jpg") top no-repeat; }
	body#privacy #subhead { background:url("../images/subhead_privacy.jpg") top no-repeat; }
	body#signin #subhead { background:url("../images/subhead_sign_in.jpg") top no-repeat; }
	body#craig #subhead { background:url("../images/subhead_craigSultan.jpg") top no-repeat; }
	body#ken #subhead { background:url("../images/subhead_Ken.jpg") top no-repeat; }
	body#james #subhead { background:url("../images/subhead_james_flannery.jpg") top no-repeat; }
	body#baldwin #subhead { background:url("../images/subhead_baldwin_yung.jpg") top no-repeat; }
	body#bruce #subhead { background:url("../images/subhead_bruce_baker.jpg") top no-repeat; }
	body#rohit #subhead { background:url("../images/subhead_rohitGiri.jpg") top no-repeat; }
	body#jehu #subhead { background:url("../images/subhead_jehu_hand.jpg") top no-repeat; }
	body#tim #subhead { background:url("../images/subhead_Alan_Mostert.jpg") top no-repeat; }
	body#kuntz #subhead { background:url('../images/subhead_Michael-Kuntz.jpg') top no-repeat; }
	body#transactions_equity #subhead { background:url("../images/subhead_equity_underwriting.jpg") top no-repeat; }
	body#transactions_private #subhead { background:url("../images/subhead_private_placement.jpg") top no-repeat; }
	body#transactions_debt #subhead { background:url("../images/subhead_debt.jpg") top no-repeat; }
	body#transactions_advisory #subhead { background:url("../images/subhead_advisory.jpg") top no-repeat; }
	body#transactions_energy #subhead { background:url("../images/subhead_energy.jpg") top no-repeat; }
	body#transactions_infotech #subhead { background:url("../images/subhead_infotech.jpg") top no-repeat; }
	body#transactions_other #subhead { background:url("../images/subhead_other.jpg") top no-repeat; }
	
	body#partners_asia #subhead { background:url("../images/subhead_partners.jpg") top no-repeat; }
	body#partners_fund #subhead { background:url("../images/subhead_partners.jpg") top no-repeat; }	
	body#partners_jackson #subhead { background:url("../images/subhead_partners.jpg") top no-repeat; }	
	

/* ------------------------ submit button form elements ------------------------ */

#login_wrap input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

#login_wrap input.submit-image{ margin:0 0 0 19px;float:left;} /* defines placement of contact-main submit button */

#login_wrap input.submit-image{ /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.gif");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------footer framework ------------------------ */

#footerwrap {
	width:100%;
	text-align:center;
	clear:both;
		}
#footer {
	background: #ffffff url("../images/footer.jpg") top no-repeat;
	width:970px;
	height:150px;
	margin:0 auto;
	text-align:center;
		}

body#index #footer {
	background: #ffffff url("../images/footer_index.jpg") top no-repeat;
	width:970px;
	height:150px;
	margin:0 auto;
	text-align:center;
		}
#footer p {
	color:#c0c0c0;
	margin-bottom:10px;
	width:970px;
	margin:15px auto;
	text-align:center;
	}
	
	
#footer ul {padding-top:50px;}
#footer a:link, #footer a:visited { color:#c0c0c0; }
#footer a:hover, #footer a:active { color:#c0c0c0; }


	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 8px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #c0c0c0;
				}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav {
	background:url("../images/nav.jpg") top no-repeat;
	width:970px;
	height:38px;
	margin:0 auto;
	float:left;
	padding:0;
	}
#nav span { display:none; }

#nav li, #nav a { height:38px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 90px; margin-left:50px;}
#nav-02 { width: 120px;}
#nav-03 { width: 80px;}
#nav-04 { width: 110px;}
#nav-05 { width: 144px;}
#nav-06 { width: 84px;}
#nav-07 { width: 112px;}
#nav-08 { width: 179px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -50px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -140px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -260px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -340px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -450px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -594px -38px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -678px -38px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -790px -38px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id -------------*/

	body#index #nav-01  { background:url("../images/nav.jpg") -50px -38px no-repeat; }
	body#approach #nav-02  { background:url("../images/nav.jpg") -140px -38px no-repeat; }
	body#team #nav-03  { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#craig #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#ken #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#baldwin #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#tim #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#bruce #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#james #nav-03  { background:url("../images/nav.jpg") -260px -38px no-repeat; }
		body#jehu #nav-03 { background:url("../images/nav.jpg") -260px -38px no-repeat; }
	body#blog #nav-06 { background:url("../images/nav.jpg") -594px -38px no-repeat; }
	body#services #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#merger #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#restrict #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#stock #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#private #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#public #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }
		body#strategic #nav-04  { background:url("../images/nav.jpg") -340px -38px no-repeat; }		
		body#transactions #nav-05  { background:url("../images/nav.jpg") -450px -38px no-repeat; }
		body#transactions_equity #nav-05  { background:url("../images/nav.jpg") -450px -38px no-repeat; }
		body#transactions_private #nav-05  { background:url("../images/nav.jpg") -450px -38px no-repeat; }
		body#transactions_debt #nav-05  { background:url("../images/nav.jpg") -450px -38px no-repeat; }
		body#transactions_advisory #nav-05  { background:url("../images/nav.jpg") -450px -38px no-repeat; }
	body#partners #nav-07  { background:url("../images/nav.jpg") -678px -38px no-repeat; }
		body#partners_fund #nav-07 { background:url("../images/nav.jpg") -678px -38px no-repeat; }
		body#partners_asia #nav-07 { background:url("../images/nav.jpg") -678px -38px no-repeat; }
	body#contact_us #nav-08  { background:url("../images/nav.jpg") -790px -38px no-repeat; }
		
	body#public #public_offerings { color:#58ba47; }
	body#private #private_placements { color:#58ba47; }
	body#merger #merger_aquisitions { color:#58ba47; }
	body#restrict #merger_aquisitions { color:#58ba47; }
	body#stock #stock_loan{ color:#58ba47; }
	body#strategic #strategic_advisory { color:#58ba47; }
	body#craig #craig_sultan { color:#58ba47; }
	body#kuntz #michael_kuntz { color:#58ba47; }
	body#ken #ken_leong { color:#58ba47; }
	body#baldwin #baldwin_yung { color:#58ba47; }
	body#bruce #bruce_baker { color:#58ba47; }
	body#jehu #jehu_hand{ color:#58ba47; }
	body#tim #tim_downer { color:#58ba47; }
	body#rohit #rohit_giri { color:#58ba47; }
	body#james #james_flannery { color:#58ba47; }

	body#transactions_equity #equity_underwriting { color:#58ba47; }
	body#transactions_private #private_placements { color:#58ba47; }
	body#transactions_debt #debt { color:#58ba47; }
	body#transactions_advisory #advisory { color:#58ba47; }
	
	body#transactions #all { color:#58ba47; }
	body#partners_jackson #jackson { color:#58ba47; }
	body#partners_jackson #Elfin { color:#58ba47; }
	body#partners_asia #wwcapasia { color:#58ba47; }
	body#partners_fund #wwcapfund { color:#58ba47; }
	body#partners #Bridgehouse { color:#58ba47; }
	body#transactions_debt #debt { color:#58ba47; }
	body#transactions_advisory #advisory { color:#58ba47; }
	body#transactions_private #private_placement { color:#58ba47; }
	body#transactions_energy #energy { color:#58ba47; }
	body#transactions_infotech #infotech { color:#58ba47; }
	body#transactions_other #other { color:#58ba47; }
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	margin-top:0px;
	left:-9999px;
	border: 0 solid #787879;
	background-color:#ffffff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:24px; /* Height of each drop down nav item */
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:24px;	/* Height of each drop down nav item, should match above */
	line-height:24px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:15px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1em;
	color:#787879;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image:none;
	color:#000000;
	text-decoration:underline;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:250px; }

/*------------------------------ dropdown sidebar JS ------------------------------ */
.dropdown_adj { margin:-1px 0px 0px 0px; padding:0px 0px 0px 15px; float:left;}


















