/* Article-summary-configuration-page */
		
	.article-summary-portlet-config-wrapper{
		font-size: 12px;
		color: #00528B;
		font-weight: bold;
	}
	
	.article-summary-portlet-config-wrapper .lfr-panel-container{
		border-radius: 4px;		
	}
		
	.article-summary-portlet-config-wrapper .lfr-panel-container .lfr-panel-titlebar{
		border-top: none;
		padding-left: 10px;	
	}
	
	.article-summary-portlet-config-wrapper_tab{
		background: url("/article_summary-portlet/images/subheader_bg.png") repeat-x scroll 0 0 #D9D9D9;
		border: 1px solid #C9C9C9;
    	padding: 0 4px;
    	border-radius: 3px;
    	height: 26px;
    	clear: both;
	    content: "";
	    display: block;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	
	.article_config_tab{		
		border-left: 1px solid #C9C9C9;
		cursor: pointer;
		padding: 6px 10px;
	}
		
	.article_config_tab a{		
		text-decoration: none;
		font-size: 12px;
		color: #1F1E1E;
		text-shadow: 1px 1px #FFFFFF;
		display: inline-block;
    	padding: 5px 10px 4px;
	}
			
	.article_config_tab a:hover{		
		color: #0066CC;
		
	}
	
	.article_config_active_tab{
		background-color: #1B59A3;
		text-shadow: -1px -1px 0 #3A3A3A;
	}
		
	.article_config_active_tab a{
		color: #FFFFFF;
		font-weight: bold;
		text-shadow: none;
	}
			
	.article_config_active_tab a:hover{
		color: #FFFFFF;
		font-weight: bold;
		text-shadow: none;
	}

	.article_summary_display_settings{
		display: none;
	}
	
	.article_summary_linking_settings{
		display: none;
	}
	
	.article_config_active_div{
		display: block;
	}		
	
	.article_config_deactive_div{
		display: none;
	}
		
	.article_config_btn_row{
		padding-top: 10px;
		padding-bottom: 10px;
	}
				
	.article-summary-portlet-config-wrapper table tr{
		height: 35px;
	
	}
	
	.article-summary-portlet-config-wrapper table tr td{
		padding-right: 20px;
	}
					
	.article_summary_display_settings input[type="text"]{
		background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #A1A2A4;
	    border-radius: 3px;
	    box-shadow: 0 1px 0 white, 0 1px 2px #CCCCCC inset;
	    padding: 5px 1px;
	    text-shadow: none;
		width: 296px;
		color: #454545;
	}
					
	.article_summary_linking_settings input[type="text"]{
		background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #A1A2A4;
	    border-radius: 3px;
	    box-shadow: 0 1px 0 white, 0 1px 2px #CCCCCC inset;
	    padding: 5px 1px;
	    text-shadow: none;
		width: 296px;
		color: #454545;
	}
	
	.article-summary-portlet-config-wrapper  input[type="submit"], input[type="button"], input[type="reset"], button{
		border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA !important;
	}
				
	.article-summary-portlet-config-wrapper input.focus{
		background: none repeat scroll 0 0 #F2F8F8 !important;
    	border: 1px solid #8DD4AE !important;
	}
					
	.article-summary-portlet-config-wrapper select{
		width: auto;
		background-image: none;
		border-radius: 3px;
		box-shadow: 0 1px 0 white, 0 1px 2px #CCCCCC inset;
		padding: 3px;
		border: 1px solid #A1A2A4;
		color: #454545;
		text-shadow: none;
	}
	
	.article-summary-portlet-config-wrapper #pagination_advance_settings{
		display: none;
		padding-left: 20px;
	}
	
	.article-summary-portlet-config-wrapper #abstract_style_advance_settings{
		display: none;
		padding: 10px;
	}
	
	.article-summary-portlet-config-wrapper #small_image_advance_settings{
		display: none;
		padding-left: 20px;
	}

/* Article-summary-view-page */

	.article-summary-portlet-content-wrapper{
		padding: 0px;
		margin: 0px;
		text-align: justify;
	}
			
	.article-summary-portlet-content-wrapper img{
	    border: 1px solid #E4E4E4;         
	    padding: 1px;
	}
	
	.article-summary-portlet-content-wrapper ul{
		padding: 0px;
		margin: 0px;
	}

	.article-summary-portlet-content-wrapper a{
		color: #00528B;
		text-decoration: none;
	}
	
	.article-summary-portlet-content-wrapper a:hover{
		color: #ff5800;
	}
	
	.article-summary-portlet-content-wrapper .publish_date{
	    color: #999999;
	    font-size: 9px;
	    padding-left: 2px;
	}
	
/* Article-summary-default-style */

	.article-summary-default-style{
	    overflow: hidden;
	}

	.article-summary-default-style .lastest_asset_title{
	    clear: both;
    	display: block;
	}
		
	.article-summary-default-style .lastest_asset_title a{
	    font-weight: bold;
	}
		
	.article-summary-default-style .lastest_category_name{
		font-size: 11px;
		color: #FF7400;
	    display: block;
	    float: left;
	    padding-right: 10px;
	}
		
	.article-summary-default-style .lastest_publish_date{
		color: #999999;
	    display: block;
	    float: left;
	    font-size: 10px;
	    font-weight: normal !important;
	    padding-top: 2px;
	}
		
	.article-summary-default-style .lastest_asset_img{
	    display: block;
	    float: left;
	    margin-right: 18px;
	    margin-top: 4px;     
	}
			
	.article-summary-default-style .lastest_asset_img img.small_img{
	    height: 90px;	
	    width: 160px;	
	}
		
	.article-summary-default-style .lastest_asset_summary{
	    display: block;
	    font-size: 12px;
	    font-weight: normal;
	    text-align: justify;
	}
		
	.article-summary-default-style .separator{
		border-top: 1px solid #E2E1E1;
	    clear: both;	    
	    margin: 10px 0;   
	    width: 100%;
	}
			
	.article-summary-default-style .older_asset a{
		background: url("/article_summary-portlet/images/li_red_icon.jpg") no-repeat scroll 0 6px transparent;
    	padding-left: 12px;
	}


/* Article-summary-style-1 */	

	.article-summary-display-style-1{
		margin: 0px;
		padding: 0px;
		text-align: justify;
		min-height: 300px;
	}
			
	.article-summary-display-style-1 .style-title{
		padding:5px;
		background: url('/article_summary-portlet/images/simpe_style/style_title_bg.png' ) no-repeat left 4px;
		line-height: 30px;
	}
			
	.article-summary-display-style-1 .style-title a{
		padding-left:25px;
		font-weight: bold;
	}
	
	.article-summary-display-style-1 .style-assets{
		margin: 0px;
		padding: 5px;
	}
			
	.article-summary-display-style-1 .style-assets .lastest-asset{
		min-height: 70px;
	}
			
	.article-summary-display-style-1 .style-assets .lastest-asset .lastest-asset-img img{
		width:100px;
		height:65px;
		margin-right: 5px;
	}
				
	.article-summary-display-style-1 .style-assets .lastest-asset .lastest-asset-title a{
		font-weight:bold;
	}
	
					
	.article-summary-display-style-1 .style-assets .older-asset{
    	padding: 5px 0px;
	}
				
	.article-summary-display-style-1 .style-assets .older-asset a{
		background: url("/article_summary-portlet/images/li_red_icon.jpg") no-repeat scroll 0 6px transparent;
    	padding-left: 12px;
	}
	
	
/* Article-summary-abstract-style */

	#article_summary_abstract{
	    overflow: hidden;;
	}
	
	#article_summary_abstract .asset_title{
		clear: both;
    	display: block;
    	font-size: 10pt;
	    font-weight: bold;
	}
	
	#article_summary_abstract a{
	    color: #00528B;
	    text-decoration: none;
	}
	
	#article_summary_abstract .publish_date{
	    color: #999999;
	    display: block;
	    float: left;
	    font-size: 10px;
	    font-weight: normal !important;
	    padding-top: 2px;
	}
	
	#article_summary_abstract .category_name{
	    color: #FF7400;
	    display: block;
	    float: left;
	    font-size: 11px;
	    padding-top: 2px;
	    padding-right: 10px;
	}
	
	#article_summary_abstract .assetdesc-img{
	    display: block;
	    float: left;
	    margin-right: 18px;
	    margin-top: 4px;
	}
		
	#article_summary_abstract .assetdesc-img img{
	    border: 1px solid #E4E4E4;
		height: 100px;
		width: 160px;
		padding: 1px;
	}
	
	#article_summary_abstract .assetdesc-text{
	    display: block;
	    font-size: 12px;
	    font-weight: normal;
	    text-align: justify;
	}
		
	#article_summary_abstract .border-footer{
	    border-top: 1px solid #E2E1E1;
	    clear: both;
	    height: 1px;
	    margin-top: 20px;
	    padding-bottom: 5px;
	    width: 100%;
	}

/* Article-summary-list-title-style */
	#article_summary_list_title_style{
		font-family: tahoma;
		font-size: 12px;
		margin: 0;
		padding: 0;
		min-width: 235px;		
	}	
			
	#article_summary_list_title_style ul{
		list-style: none outside none;
		margin: 0;
		padding: 0;	
	}
	
	#article_summary_list_title_style ul li{
		background: url("/article_summary-portlet/images/li_icon.gif") no-repeat scroll 0 12px transparent;
	    list-style: none outside none;
	    margin: 0;
	    padding: 5px 5px 5px 10px;
	}
	
	#article_summary_list_title_style ul li a{
		text-decoration: none;
		color: #00528B;
	}
	
	#article_summary_list_title_style ul li a:hover{
		color: #ff5800;
	}
		
	#article_summary_list_title_style ul li span.publish_date{
    	color: #999999;
    	font-size: 10px;
    	padding-left: 2px;
	}
	
/* Article-summary-focus-asset-style */

	#article_summary_focus_asset_style{
	    overflow: hidden;
	}
	
	#article_summary_focus_asset_style a{
	    text-decoration: none;
	    color: #00528B;
	    font-weight: bold;
	}
	#article_summary_focus_asset_style a:HOVER{
	    color: #FF5800;
	}
	
	#article_summary_focus_asset_style .top_focus_asset{
	    float: left;
	    position: relative;
	    text-align: left;
	    width: 100%;
	    background: url("/article_summary-portlet/images/top_focus_asset_wrapper_bg.jpg") repeat-x scroll left bottom transparent;
	}
	
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_image{
		float: left;
	    padding-right: 10px;
	    position: relative;
	}
	
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_image img{
		height: 160px;
		width: 240px;
		border: 1px solid #E4E4E4;
		padding: 1px;
	}
		
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_summary{
		padding-bottom: 15px;
		margin: 0px;
		text-align: justify;
		display: block;
	}
			
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_summary .top_focus_asset_title{
		display: block;
		font-size: 11pt;
	}
				
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_summary .top_focus_asset_publish_date{
		font-size: 10px;
		color: #999999;
	}
				
	#article_summary_focus_asset_style .top_focus_asset .top_focus_asset_summary .top_focus_asset_desc{
		display: block;
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0 10px;
	}
	
	#article_summary_focus_asset_style .focus_asset_wrapper{
		float: left;
		margin-top: 20px;
		padding: 0px;
		width: 100%;
	}
	
	#article_summary_focus_asset_style .focus_asset_wrapper .focus_asset{
		float: left;
		margin-right: 10px;
		text-align: justify;
		width: 32%;
	}
		
	#article_summary_focus_asset_style .focus_asset_wrapper .last_focus_asset{
		float: left;
		text-align: justify;
		margin: 0px;
		padding: 0px;
		width: 31%;
	}
	
	#article_summary_focus_asset_style  .focus_asset_wrapper .focus_asset_image{
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	
	#article_summary_focus_asset_style .focus_asset_wrapper .focus_asset_image img{
	    border: 1px solid #E4E4E4;
	    height: 90px;
	    width: 100%;
	    padding: 1px;
	}
			
	#article_summary_focus_asset_style .focus_asset_wrapper .focus_asset_title{
		font-weight: bold;
		font-size: 11px;
	}
	
/* Article-summary-small-image-list-style */	
	#article_summary_small_image_style{
		margin: 0px;
		padding: 0px;
	}
	
	#article_summary_small_image_style .small_asset_content_wrapper{
		display: block;
		margin: 0px;
		padding-bottom: 10px;
	}
		
	#article_summary_small_image_style .small_asset_img{
		display: block;
		float: left;
		margin-right: 5px;
	}
		
	#article_summary_small_image_style .small_asset_img img{
		height: 55px;
		width: 85px;
	}
		
	#article_summary_small_image_style .small_asset_title{
		font-size: 12px;
		font-weight: normal;
	}
			
	#article_summary_small_image_style .small_asset_title a{
		color: #00528B;
	}
			
	#article_summary_small_image_style .small_asset_title a:HOVER{
		color: #FF5800;
	}

	/* Article-summary-two-column-style */

	.article-summary-two-column-style-wrapper{
	    font-size: 12px;
	    overflow: hidden;
	    border: 1px solid #D2D2D2;
	    margin-bottom: 10px;
	    text-align: justify;
	}
	
	.article-summary-two-column-style-wrapper .style-title{
	    padding: 5px;
	    border-bottom: 1px dotted #E4E4E4;
	    background-color: #F7F7F7;
	    font-size: 12px;
		font-weight: bold;
		color: #BC0000;
		text-transform: uppercase;
		text-shadow: 1px 1px white;
	}
		
	.article-summary-two-column-style-wrapper .style-content{
	    padding: 10px;
	}
	
	.article-summary-two-column-style-wrapper .aui-column-content {
	    padding: 0px;
	    margin: 0px;
	}
			
	.article-summary-two-column-style-wrapper .aui-w70 {
	   width: 68%;
	   padding-right: 5px;
	}
		
	.article-summary-two-column-style-wrapper .aui-w30 {
		width: 30%;
		padding-left: 5px;
	    border-left: 1px solid #E4E4E4;
	}

	.article-summary-two-column-style-wrapper .top-asset-title{
    	display: block;
    	padding-bottom: 10px;
	}
		
	.article-summary-two-column-style-wrapper .top-asset-title a{
		color: #00528B;
	    font-weight: bold;
	    text-decoration: none;
	}
		
	.article-summary-two-column-style-wrapper .top-asset-title a:hover{
		color: #ff5800;
	}
		
		
	.article-summary-two-column-style-wrapper .top-asset-img{
	    display: block;
	    float: left;
	    margin-right: 10px;
	    margin-top: 4px;     
	}
			
	.article-summary-two-column-style-wrapper .top-asset-img img.small-img{
	    height: 90px;	
	    width: 140px;	
	    border: 1px solid #E4E4E4;         
	    padding: 1px;
	}
		
	.article-summary-two-column-style-wrapper .top-asset-summary{
	    display: block;
	    font-size: 12px;
	    font-weight: normal;
	    text-align: justify;
	}
		
	.article-summary-two-column-style-wrapper .older-asset{
		margin: 0px;
		padding: 0px;
	}
					
	.article-summary-two-column-style-wrapper .older-asset .older-asset-tittle{
		font-size: 12px;
		font-weight: bold;
		color: #00528B;
		padding-left: 10px;
	}
						
	.article-summary-two-column-style-wrapper .older-asset .older-asset-tittle a{
		color: #00528B;
		text-decoration: underline;
	}
							
	.article-summary-two-column-style-wrapper .older-asset .older-asset-tittle a:hover{
		color: #ff5800;
	}
			
	.article-summary-two-column-style-wrapper .older-asset {
		margin: 0px;
		padding: 0px;
	}
			
	.article-summary-two-column-style-wrapper .older-asset ul{
		list-style: none outside none;
		margin: 0;
		padding: 0;	
	}
		
	.article-summary-two-column-style-wrapper .older-asset ul li{
		background: url("/article_summary-portlet/images/li_arrow_icon.png") no-repeat scroll 0 9px transparent;
	    list-style: none outside none;
	    margin: 0;
	    padding: 3px 0 0 10px;
	}
	
	.article-summary-two-column-style-wrapper .older-asset ul li a{
		text-decoration: none;
		color: #00528B;
		font-weight: normal !important;
	}
	
	.article-summary-two-column-style-wrapper .older-asset ul li a:hover{
		color: #ff5800;
	}
		
	.article-summary-two-column-style-wrapper .older-asset .publish-date{
    	color: #999999;
    	font-size: 10px;
    	padding-left: 2px;
    	font-weight: normal !important;
	}
	
/* MULTI TABS STYLE */
	.multi-tab-style-wrapper{
		padding: 0px;
		margin-bottom: 10px;
	}
		
	.multi-tab-style-wrapper .tab-row{
		background: url("/article_summary-portlet/images/multi_tab_header_bg.jpg") top left repeat-x;
		width: 100%;
		border-bottom: 1px solid #d2d2d2;
	}
			
	.multi-tab-style-wrapper .tab-row ul{
		list-style: none;
		margin: 0 auto;
		padding: 5px;
	}
	
	.multi-tab-style-wrapper .tab-row ul li {
		position: relative;
		vertical-align: top;
		padding-right: 10px;
		border-right: 1px solid #cbcbcb;
	}
	
	.multi-tab-style-wrapper .tab-row ul li,
	.multi-tab-style-wrapper .tab-row ul li a {
		display: inline-block;
	}
	
	.multi-tab-style-wrapper .tab-row ul li:first-child {
		background: url("/article_summary-portlet/images/first_tab_bg.png") no-repeat scroll left center transparent;
		padding-left: 8px;
	}
	
	.multi-tab-style-wrapper .tab-row ul li:last-child {
		border: none;
	}
	
	.multi-tab-style-wrapper .tab-row ul li a {
		color: #cacaca;
		font-size: 1.1em;
		font-weight: bold;
		margin: -1px 2px;
		padding: 2px 10px;
		text-decoration: none;
		text-shadow: 1px 1px #434343;
	}
		
	.multi-tab-style-wrapper .tab-row ul li.selected a{
		color: #FFFFFF !important;	
	}
	
	.multi-tab-style-wrapper .tab-row ul li a:hover {
		color: #FFFFFF !important;	
	}	
	
		
	.multi-tab-style-wrapper .tab-assets{
		padding: 10px;
		border: 1px solid #d2d2d2;
	}
			
	.multi-tab-style-wrapper .tab-assets .aui-w70 {
	   width: 68%;
	   padding-right: 5px;
	}
		
	.multi-tab-style-wrapper .tab-assets .aui-w30 {
		width: 30%;
		padding-left: 5px;
	    border-left: 1px solid #d2d2d2;
	}

	.multi-tab-style-wrapper .tab-assets .top-asset{
    	min-height: 100px;
	}
	
	.multi-tab-style-wrapper .tab-assets .top-asset-title{
    	display: block;
    	padding-bottom: 10px;
	}
			
	.multi-tab-style-wrapper .tab-assets .top-asset-title .publish-date{
    	color: #999999;
    	font-size: 10px;
    	padding-left: 2px;
    	font-weight: normal !important;
	}
		
	.multi-tab-style-wrapper .tab-assets .top-asset-title a{
		color: #00528B;
	    font-weight: bold;
	    text-decoration: none;
	}
		
	.multi-tab-style-wrapper .tab-assets .top-asset-title a:hover{
		color: #ff5800;
	}
		
		
	.multi-tab-style-wrapper .tab-assets .top-asset-img{
	    display: block;
	    float: left;
	    margin-right: 10px;
	    margin-top: 4px;     
	}
			
	.multi-tab-style-wrapper .tab-assets .top-asset-img img.small-img{
	    height: 90px;	
	    width: 140px;	
	    border: 1px solid #E4E4E4;         
	    padding: 1px;
	}
		
	.multi-tab-style-wrapper .tab-assets .top-asset-summary{
	    display: block;
	    font-size: 12px;
	    font-weight: normal;
	    text-align: justify;
	}
			
	.multi-tab-style-wrapper .tab-assets .top-related-asset	{
	    display: block;
	    font-size: 12px;
	    text-align: justify;
	    padding-top: 10px;
	}
				
	.multi-tab-style-wrapper .tab-assets .top-related-asset	a{
		font-weight: bold;
		font-size: 11px !important;
		color: #696969;
		background: url("/article_summary-portlet/images/li_gray_icon.png") no-repeat scroll 0 5px transparent;
		padding-left: 10px;
	}
					
	.multi-tab-style-wrapper .tab-assets .top-related-asset	a:hover{
		color: #ff5800;
	}
			
	.multi-tab-style-wrapper .tab-assets .top-related-asset .publish-date{
    	color: #999999;
    	font-size: 10px;
    	padding-left: 2px;
    	font-weight: normal !important;
	}
		
	.multi-tab-style-wrapper .tab-assets .older-asset{
		margin: 0px;
		padding: 0px;
	}
					
	.multi-tab-style-wrapper .tab-assets .older-asset .older-asset-tittle{
		font-size: 12px;
		font-weight: bold;
		color: #00528B;
	}
						
	.multi-tab-style-wrapper .tab-assets .older-asset .older-asset-tittle a{
		color: #00528B;
		text-decoration: underline;
	}
							
	.multi-tab-style-wrapper .tab-assets .older-asset .older-asset-tittle a:hover{
		color: #ff5800;
	}
			
	.multi-tab-style-wrapper .tab-assets .older-asset {
		margin: 0px;
		padding: 0px;
		min-height: 140px;
	}
			
	.multi-tab-style-wrapper .tab-assets .older-asset ul{
		list-style: none outside none;
		margin: 0;
		padding: 0;	
	}
		
	.multi-tab-style-wrapper .tab-assets .older-asset ul li{
		background: url("/article_summary-portlet/images/li_blue_icon.png") no-repeat scroll 0 12px transparent;
	    list-style: none outside none;
	    margin: 0;
	    padding: 5px 0 0 10px;
	}
	
	.multi-tab-style-wrapper .tab-assets .older-asset ul li a{
		text-decoration: none;
		color: #00528B;
		font-weight: normal !important;
	}
	
	.multi-tab-style-wrapper .tab-assets .older-asset ul li a:hover{
		color: #ff5800;
	}
		
	.multi-tab-style-wrapper .tab-assets .older-asset .publish-date{
    	color: #999999;
    	font-size: 10px;
    	padding-left: 2px;
    	font-weight: normal !important;
	}	
	
.hot-news-article-summary {
    margin-top: 0px !important;
    background-color: #f7faff;
    border: 3px solid #c8ddff;
    float: left;
    margin-bottom : 10px !important;
    margin-left : 25px !important;
    margin-right : 25px !important;
    width: 89%;
}

.ul2 .active a span{
	color: #fff !important;
	text-transform: uppercase;
}

/*asdasd*/
p{margin:0;padding:0}
body {font-family:Arial, Helvetica, sans-serif;color:#505050;line-height:normal}
a{color:#505050}
a:hover{color:#00963f;text-decoration:none}

.top-news{border:1px solid #dfdeed;margin-left:0;margin-right:0;margin-bottom:20px}
.top-news-bg{background:#f9f9f9}
.big-news{padding:0 0 20px 0;border-right:1px solid #dfdeed;}
.big-news-img{position:relative}
.big-news-img h2{position:absolute;display:block;margin:0;left:0;bottom:0;padding:10px;color:#fff;font-size:18px;text-transform:uppercase;background:url(../images/dot.png);width:100%;border-bottom:4px solid #00963f }
.big-news-2{padding:0;border:0}
.readmore{color:#fff;background:#00963f;display:inline-block;padding:7px 20px}
.readmore:hover{color:#fff;background:#0ba44b}
.fix-row{margin-left:0px !important;margin-right:0px !important}
.mgb20{margin-bottom:20px}
.list-news-2{margin:7px 0 0 0;padding:0}
.list-news-2 li{list-style:none;border-top:1px solid #dfdeed;padding:7px 0 10px;margin:0}
.list-news-2 li:nth-child(1){border:0}
.list-news-2 li p{margin:0}
.list-news-2 li img{float:left;margin-right:10px;margin-top:2px}
.ico-date {
    background: transparent url("../images/ico-date.png") no-repeat scroll left center;
    padding-left: 15px;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 12px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	