/* CSS Document */

@media screen {

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#E7E4D7;
}

#outer{
	/*visibility:hidden;*/
	min-height:350px;
	width:774px;
	color: #000000;
	text-align:left;
	position:relative;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACC9E1;
	border-right-color: #ACC9E1;
	border-bottom-color: #ACC9E1;
	border-left-color: #ACC9E1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	z-index: 1;
	}
	
* html #outer{
	margin-left: 0px;
	margin-top: -1px;
	width: 772px;
	}	


#maincontainer { 
	width: 820px; 
	padding:0px;
	margin:20px 0 0 0px;
	background: url(/_images/shadow_mid.jpg) repeat-y;
	background-position: 5px 0px;
	} 

html>body #maincontainer {
	width: 816px;
	padding:0px;
	margin:0px;
	} 



#small1 {
	line-height: 3px;
}
#small2 {
	line-height:5px;
}

* html #outer{min-height:499px;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header{
	min-height:100px;
	position:relative;
	background: #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px 3px 5px 5px;
}
* html #header{height:100px}
#topnav{
	min-height:27px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	position:relative;
	background: #000 url(/_images/blk_nav_bkg.jpg) center repeat-x;
	margin: 0px;
	padding: 0 0 0 0;
	text-align: center;
}
* html #topnav{height:26px}


#left p {padding:2px}
#footer {
	width:778px;
	clear:both;
	height:15px;
	background-color: #ACC9E1;
	color: #253972;
	left:0;
	bottom:0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	vertical-align: bottom;
	border:0px solid red;
}
* html #footer {/*only ie gets this style*/
	\height:17px;/* for ie5 */
	he\ight:15px;/* for ie6 */
	margin-bottom:1px;
	width: 776px;
	}
	
div,p  {margin-top:0}/*clear top margin for mozilla*/

#resources {
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width:auto;
	height:auto;
	margin-right:1px;
}

#resources h4 {
	padding:5px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color:#000000;
}

#resources a:link{
	color:#6F7375;
	text-decoration: none;
	
}
#resources a:active{
	color:#6F7375;
	text-decoration: none;
}
#resources a:hover{
	color:#CCCCCC;
	text-decoration: none;
}
#resources a:visited{
	color:#6F7375;
	text-decoration: none;
}
#resources a:visited:hover{
	color:#CCCCCC;
	text-decoration: underlined;
}


#centrecontent {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*width: 555px*/
	width:539px;
	float:right;
	padding-left: 19px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 15px;
	border: solid;
	border-color:#ACC9E1;
	border-left-width: 0px;
	border-right-width: 0px; 
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.videotitle {color:#FFFFFF; font-size:14px; font-weight:bold;}


#videobutton { 
	width:406px;
	margin:0px;
	padding:0px;
	height: 20px; 
	z-index: 99; 
	position: absolute; 
	top: 180px; 
	left: 175px;
	text-align: center;
	}

#videodiv { 
	width:400px;
	height: 350px; 
	border: 3px solid #000; 
	z-index: 98; 
	position: absolute; 
	top: 180px; 
	left: 175px;
	text-align: center;
	background: url(/_images/vidshadow.png);
	padding: 0px;
	behavior: url(/_script/iepngfix.htc);
	}
	
#viddivhdr {
	background: #6487ad;
	text-align: right;
	width:auto;
	padding: 3px 10px 3px 3px}	
	
#viddivhdr a:link{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#viddivhdr a:active{
	color:#fff;
	text-decoration: none;
	}
	
#viddivhdr a:hover{
	color:#fff;
	text-decoration: underline;
	}	
	
#viddivhdr a:visited{
	color:#fff;
	text-decoration: none;
	}
	
#viddivhdr a:visited:hover{
	color:#fff;
	text-decoration: underline;
	}
	


#flashplayer{margin: 40px 0 0 0; clear: both}	
	
	

/* for understanding browsers */
.container {
min-height:231px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 231px;
}
/**/

#centrecontent h1, h2, h3, h4 {
	background-color: #FFFFFF;
	border-color: #ACC9E1;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	font-size:16px;
	line-height: 15px;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding: 0;
	margin: 0 0 20px 0;
}

.content_title {
	background-color: #ACC9E1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
#centrecontent a:link{
	color:#C96A0D;
	text-decoration: none;

}
#centrecontent a:active{
	color:#C96A0D;
	text-decoration: none;

}
#centrecontent a:hover{
	color:#C96A0D;
	text-decoration: underline;

}
#centrecontent a:visited{
	color:#C96A0D;
	text-decoration: none;

}
#centrecontent a:visited:hover{
	color:#C96A0D;
	text-decoration: underline;

}
#centrecontent ul{list-style-type:disc; margin-top: -10px; }
#centrecontent ul ul{list-style-type:disc; margin-top: 0px; }
#centrecontenthome {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:549px;
	float:right;
	padding-left: 19px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 20px;
	border: solid;
	border-color:#ACC9E1;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 10px;
	min-height: 214px;
}

#centrecontenthome h4 {
	background-color: #FFFFFF;
	border-color: #ACC9E1;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	line-height: 12px;
	
}
#centrecontenthome a:link{
	color:#94C0E8;
	text-decoration: none;
	border-bottom: 1px dotted #94C0E8;
}
#centrecontenthome a:active{
	text-decoration: none;
	border-bottom: 1px dotted #94C0E8;
}
#centrecontenthome a:hover{
	color:#02065A;
	text-decoration: none;
		border-bottom: 1px solid #94C0E8;
}
#centrecontenthome a:visited{
	text-decoration: none;
	border-bottom: 1px dotted #94C0E8;
}
#centrecontenthome a:visited:hover{
	color:#02065A;
	text-decoration: underlined;
}



#utility {
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	clear: both;
	vertical-align: baseline;
	float: right;
	}

#utility a:link {
	color: #6F7375;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;
	background-color:#abc5de;
	display: block;
	padding:2px 8px 2px 8px;
	margin: 0px;
	border:solid 1px #999999;
	}
		
	
#utility a:active {
	color: #6F7375;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;
	background-color:#abc5de;
	display: block;
	padding:2px 8px 2px 8px;
	margin: 0px;
	border:solid 1px #999999;
	}
	
#utility a:visited {
	color: #6F7375;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;
	background-color:#abc5de;
	display: block;
	padding:2px 8px 2px 8px;
	margin: 0px;
	border:solid 1px #999999;
	}
#utility a:visited:hover{
	color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;
	background-color:#6487ad;
	display: block;
	padding:2px 8px 2px 8px;
	margin: 0px;
	border:solid 1px #666;
	}	
#utility a:hover {
	color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;
	background-color:#6487ad;
	display: block;
	padding:2px 8px 2px 8px;
	margin: 0px;
	border:solid 1px #666;
	}

#centrecontent p {padding-left:3px}
#centrecontenthome p {padding-left:3px}
.clear {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

#featurewrap{
	clear:both;
	width:100%;
	margin-top: 3px;
	padding: 0px;
	vertical-align: baseline;
	padding-left:0px;
	margin-left:0px;
	margin-right:-4px;
}

#features {
	padding:0px;
}
#features hr {
	color: #D38800;
	border-style:solid;
	padding:0px;
	width: 50px;
}
#features table {
	padding: 0px;
}
#featuresheader{
	width: 183px;
	background-color:#C7C9CB;
	padding: 2px;
	padding-bottom:0px;
	margin: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	border-style: solid;
	border-color: #535590;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	
}
#featuresheader hr {
	color:#6262FF;
	border-style:solid;
} 
#featuresmain {
	width: 183px;
	background-color:#E5E6E7;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align:top;

}
#featuresmain p {
	text-align:center;
}
#featuresmain  p b {
	font-weight: bold;
	font-size:10px;
}

#featurebold {
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#featurecopy {
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	magrin:0px;
}
#featuresmainlinks {
	color: #5463A3;
	text-align: right;
	padding-top:0px;
	padding-bottom:2px;
	padding-right:3px;
	padding-left:0px;
	margin-top:0px;
}
#featuresmainlinks a:link {
	font-size: 10px;
	color: #5463A3;
	text-decoration: none;
}
#featuresmainlinks a:active {
	font-size: 10px;
	color: #5463A3;
	text-decoration: none;
}
#featuresmainlinks a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
#featuresmainlinks a:visited {
	font-size: 10px;
	color: #5463A3;
	text-decoration: none;
}
#featuresmainlinks a:visited:hover {
	font-size: 10px;
	color:#333;
	text-decoration: underline;
}

/*888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888*/

.featuresHeader {
	background-color: #C7C9CB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	font-weight:bold;
	}

	
.featuresMainLinks {
	color: #5463A3;
	font-size: 11px;
	text-align: right;
	background-color: #e5e6e7;
}

.featuresMainLinks td {
	padding: 0px 3px 2px 0px;
	}

.featureCopy {
	background-color: #e5e6e7;
	font-size: 11px;
	
	}
.featureCopy td {
	
	padding: 4px;
	}
.featureDivider {
	background-color: #FFF;
	}
.featureHeaderHeadline {
		border-bottom: 1px solid #000; 
		padding: 2px;
		}		
	
.featuresTable {
	margin: 3px 0px;
	}

.featureContentCenter 
{
	text-align:center;
}

.featureContentRight
{
	text-align:right;
}

.featureContentLeft
{
	text-align:left;
}

.featureContentFloatLeft
{
	float:left;
	padding-right: 4px;
	margin-bottom: 0px;
}

.featureContentFloatRight
{
	float:right;
}



/*888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888*/


#footerlinks {padding:0px; color:#666666; font-size:10px; text-align: left;}

#footerlinks a:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footerlinks a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footerlinks a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
#footerlinks a:visited {
	font-size: 1p0x;
	color: #666666;
	text-decoration: none;
}
#footerlinks a:visited:hover {
	font-size: 10px;
	color:#333;
	text-decoration: underline;
}


#footertext {padding-right:8px;}

.teambucket_text {color: #000000;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing:-0.1em; }

#left {
	background-color: #d8be87;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border: none;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 8px;
	text-align: center;
	}
	
#left ul {
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	}
	
#left a:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#left a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#left a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
#left a:visited {
	font-size: 1p0x;
	color: #666666;
	text-decoration: none;
}
#left a:visited:hover {
	font-size: 10px;
	color:#333;
	text-decoration: underline;
}

.left_title {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-style: bold;
	font-size: 1;
	}
.left_content {
	background-color: #EDEBEB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	font-size: 10px;
	line-height:normal;
	}
.left_links {
	text-align: right;
	font-size: 10px;
	text-align: right;
	}
#left_outer {
	background-color: #d8be87;
	/*border-style: solid;
	border-color: #ACC9E1;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right: solid;
	border-right-width:1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 0px;*/
	position:relative; /*ie needs this to show float */

	}
#left_padding {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
	position:relative; /*ie needs this to show float */
	float:left;
	background-color: #FFFFFF;
	}
.s_move {
	/*line-height: -5px;*/
	position:relative;
	top: 2px;
	padding-right: 3px;
	}
#midcontent {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	}

#popup {
	background:#FFFFFF;
	padding:0;
	margin0:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	width: 610px;
}

#popupmain {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
}

#popuptop {
	text-align: right;
	padding-right:7px;
}

#search-style {

	padding:0;
	padding-left:20px;
	padding-bottom: 10px;
	padding-right: 10px;
	
}

#search-style a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#search-style a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#search-style a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
#search-style a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#search-style a:visited:hover {
	font-size: 12px;
	color:#999999;
	text-decoration: none;
	font-weight:bold;
}
#mapnav {
	background-image:url(/_images/_sitemap/bg_line.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:0px;
}
#mapnav ul {
	clear:both;
}
#mapnav ul li{
list-style:none;
margin-left:-45px;
line-height:35px;
font-size:12px;
}
#mapnav ul li a:link {
	border:1px solid #999999;
	background-color:#C9CEDF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#666666;
	font-size:10px;
}

#mapnav ul li a:active {
	border:1px solid #999999;
	background-color:#C9CEDF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#666666;
	font-size:10px;
}

#mapnav ul li a:visited {
	border:1px solid #999999;
	background-color:#C9CEDF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#666666;
	font-size:10px;
}
#mapnav ul li a:hover {
	border:1px solid #999999;
	background-color:#E1E4EF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#666666;
	font-size:10px;
}
#mapnav ul li ul {
	padding-top:10px;
}
#mapnav ul li ul li{
	margin-left:-27px;
	margin-top:-10px;
	padding-left:14px;
	background-image:url(/_images/_sitemap/horiz_line.gif);
	background-repeat:no-repeat;
}
#mapnav ul li ul li a:link {
	background-color:#DCDCE2;
	font-size:10px;
}
#map ul li ul li a:active {
	background-color:#009966;
	font-size:10px;
}
#mapnav ul li ul li a:visited {
	background-color:#DCDCE2;
	font-size:10px;
}
#mapnav ul li ul li a:hover {
	background-color:#DCDCE2;
	font-size:10px;
}
#mapnav ul li ul li ul {
	margin-top:-5px;
}
#mapnav ul li ul li ul li{
	margin-left:-54px;
	margin-top:-10px;
	padding-left:35px;
	background-image:url(/_images/_sitemap/horiz_line_long.gif);
	background-repeat:no-repeat;
}
#mapnav ul li ul li ul li a:link {
	background-color:#F4F4F4;
	font-size:10px;
}
#mapnav ul li ul li ul li a:visited {
	background-color:#F4F4F4;
	font-size:10px;
}
#mapnav ul li ul li ul li a:hover {
	background-color:#FBFBFB;
	font-size:10px;
}
#bottomshadow {
	clear:both;
	margin-left: 3px; 
	}
	
*html #bottomshadow { 
	clear:both;
	margin-left: 0px;
	}
			
#newslist {padding:5px;margin:0px;}
#newslist p {padding:0px;margin:0px;}
	
.d1 {
	background-color: #FFFFFF; color: black;
}
.d0 {
	background-color: #EDEBEB; color: black;
}

#archive-link {
	width: 342px;
	height: 50px;
	margin-left: 0px;
}
		#archive-link a:link, #archive-link a:visited {
			background: url(/_images/videohome/Sterling-Star.png) no-repeat 20px center;
			border: 1px solid #EEE;
			padding: 15px 0 15px 45px;
			color: #333333;
			font-size: 14px;
			display: block;
			margin: 3px 0 0 0;
			text-decoration: none;  
		}
		#archive-link a:hover, #archive-link a:active {
		 	text-decoration: underline;
			background-color: #fbfbfb;
		}
	
}

div.portfolioFeature
{
    display: block;
	overflow: hidden;
	width: 175px;
	height: 258px; 
}

div.portfolioFeature p
{
    margin-top: 6px;
    font-size: 11px;
}


@media print {
	
	html, body {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;}
	#maincontainer  {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;width:auto;border: solid 1px dashed #CCCCCC; width:auto;}
	#shadowtop {display:none;}
	#outer {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;}
	#header {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;border-bottom:solid 1px dashed #CCCCCC;}
	#header img {margin-left:20px;}
	#header object {display:none;}	
	#videobutton {display:none;}
	#viddivhdr {display:none;}
	#featurewrap {display:none;}
	#midcontent {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;}
	#centrecontenthome {font-family: Georgia, "Times New Roman", Times, serif;	background-color: #FFFFFF; font-size:12px;color: #000000;text-align:left;width:auto;}
    #topnav {display:none;}
	#utility {display:none;}	
	#left_padding {display:none;}
	#left_outer {display:none;}
    #left {display:none;}
	#centrecontent {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;text-align:left;padding:5px;}
	#container {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;text-align:left;padding:5px;}
    #footer {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;text-align:left;border-top:solid 1px dashed #CCCCCC;padding:5px;border-bottom:solid 1px dashed #CCCCCC;}    
	#footerlinks {display:none;}
	#footertext {clear:both;font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;text-align:left;}
	#bottomshadow {display:none;}
}
	
