/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px; }

	/* IE7 hack for margin between image rows */
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
	* html .csc-textpic-intext-left ol,
	* html .csc-textpic-intext-left ul { height: 1%; }
	/* End hide from IE5/mac */

	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
/* default styles for extension "fao_style" */
/* FAO stylesheet Arabic*/
body {
	background: #E9EEF4 url(http://www.fao.org/fileadmin/templates/faohome/images/mainBackground.gif) repeat-x;
	font-family: Arial, Simplified Arabic, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
}

div.dev_area {
		background-color:#dbd421;
		color:#232323;
		font-family:"Arial",sans-serif;
		font-size:11px;
		font-weight:bold;
		line-height:14px;
		padding:1px 10px 2px 10px;
		margin-right: 20px;
		width:100px;
		white-space: nowrap;
		float: right; 
}

td.top_banner {
	height:37px;
}
p.bodytext {
	font-family: Arial;
	font-size: 1em;
}
.main{
	width:760px;
}
a{
	color:#004673;
	text-decoration:none;
}
a:hover {
	color:#004673;
	text-decoration:underline;
}
a.linkinfo {
	font-size: 0.9em;
	font-family: Arial;
	color :  #004673;
}
a.external-link-new-window  {
	border: 0px;
	margin: 0px;
	text-decoration:none;
}
a.linkglance, a.h2glance {
	font-size: 0.9em;
	
}
.heightcell {
	padding-top: 15px;
}
a.more {
	font-size: 0.8em;
	color:  #ff9933;
}
td.Knowledge {
	vertical-align: top;
	text-align: center;
}
td.Knowledge p.bodytext {
	vertical-align: top;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial;
}
td.breadcrumbs {  
	font-size: 0.7em;
	font-family: Arial;
	background-color: #ffffff;

} 

/* ###############  FOOTER - start - ################  */

	td#footer_lx_cont p.bodytext{padding:0px; margin:0 4px;	line-height:20px;}
	td#footer_rx_cont p.bodytext{margin: 1px; padding: 0px;	line-height:19px; *line-height:16px;}
	
	td#footer_lx_cont, td#footer_rx_cont {background-color:#7792BA;}

	td#footer_lx_cont {padding-left: 5px;}
	td#footer_rx_cont {padding-right: 10px;}

    td#footer_lx_cont p.bodytext, td#footer_lx_cont a, td#footer_rx_cont a {color: #ffffff; font-size: 11px; font-weight: bold;}
    td#footer_lx_cont p.bodytext a:hover, td#footer_rx_cont p.bodytext a:hover {color: #ffffff; text-decoration: underline; font-weight:bold;}
        
/* ###############  FOOTER - end - ################  */  


/* td#footer_bg, td#footer_lx_cont, td#footer_rx_cont {
    	background-image:url(http://www.fao.org/fileadmin/templates/faohome/images/bg_footer_frame.gif);
    	background-repeat: repeat-x; 
    	height: 21px;
}
td#footer_lx_cont {
	padding-left: 0px;
	text-alight: right;
	padding-top: 2px;
}
td#footer_lx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/footer_lx.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	height: 21px;
}
td#footer_rx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/footer_rx.jpg);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 1px;
}
td#footer_lx_cont p.bodytext{
	text-align: right;
}
td#footer_rx_cont p.bodytext{
	text-align: left;
}

td#footer_lx_cont p.bodytext, td#footer_rx_cont p.bodytext, td#footer_bg p.bodytext{
    	margin: 0px;
    	padding: 0px;
    	line-height: 17px;
    	color: #ffffff;
}
td#footer_lx_cont p.bodytext a {
    	font-family: Arial;
	font-size: 0.8em;
	text-align:left;
	color: #ffffff;
	text-decoration: none
}
td#footer_rx_cont p.bodytext a {
    	font-family: Arial;
	font-size: 0.7em;
	text-align:left;
	color: #ffffff;
	text-decoration: none
}
td#footer_lx_cont p.bodytext a:hover, td#footer_rx_cont p.bodytext a:hover {
	color: #ffffff;
	text-decoration: underline;
}

td#footer_bg p.bodytext a, td#footer_bg p.bodytext{
    	font-family: Arial;
	font-size: 0.7em;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
}
td#footer_bg p.bodytext a:hover{
	color: #ffffff;
	text-decoration: underline;
}  */

td.maincolumn_bg {
		background-color:#ffffff;
}
.maincontent {
	padding: 0 15px 0px 0px;

}
.maincontent_home {
	padding: 0px 10px 0px 15px;
}
td.maincontent table#updates_box {
	background-color: #f7f7f7;
	padding-bottom: 5px;
	margin-top: 0px;
}
td.maincontent table#updates_box td.title_updates {
	background-color:#f6c360;

	font-weight: bold;
	font-size: 0.8em; 
	color: #222222;
	padding: 4px;
	margin-bottom: 0px;
}
td.maincontent #challenges_box {
	background-color: #FFF2BF;
		border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
}
td.maincontent h1.csc-firstHeader {
	/*background-color:#f6c360;
	border-top: 1px solid #e3b602;
	 border-bottom: 1px solid #e3b602; 
	border-top: 1px solid #e3b602;*/
	font-weight: bold;
	font-size: 1em;
	color: #222222;
	margin-top: 0px;
	padding: 4px;
	margin-bottom: 0px;
}
td.newsroom h1.csc-firstHeader {
	font-weight: bold;
	font-size: 1.1em; 
	color: #AF0014;
	padding: 4px;
	margin-bottom: 0px;
	vertical-align: top;
}
td.newsroom h1.csc-firstHeader a{
color: #AF0014;
}
.contenttable h4 {
	font-weight: bold;
	font-size: 0.9em; 
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.contenttable img {
	font-weight: bold;
	font-size: 0.9em; 
	margin-top: 0px;
	margin-bottom: 0px;
}
div.h2glance {
	font-size: 0.9em;
}
h2.H2info, h2 {
	font-size: 1.1em;
	color: #4269b0;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	font-weight: lighter;
}
h2 {
	color:#000000;
}
h2.red {
	font-family: Arial,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:normal;
	margin: 20px 0pt 10px;
	color:#B91A20;
}
h3.amber {
	font-size:0.9em;
	border-top:10px solid #E1AC1E;
	color:black;
	padding-top:5px;
}
h3.blue {
	font-size:0.9em;
	border-top:10px solid #1D317E;
	color:black;
	padding-top:5px;
}
h3.red {
	font-size:0.9em;
	border-top:10px solid #B91A20;
	color:black;
	padding-top:5px;
}
h4.amber {
	color:#E1AC1E;
	margin-bottom: 0px;
	padding: 0px;
}
h4.red {
	color:#B91A20;
	margin-bottom: 0px;	
	padding: 0px;
}
h4.blue {
	color:#1D317E;
	margin-bottom: 0px;	
	padding: 0px;
}
h4 a{
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
td.newsroom_2cols ul, td.newsroom_2cols ol{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 10;
	padding-right: 1.5em;
	text-indent: 0em;
}
td.newsroom_2cols ul li, td.newsroom_2cols ol li, td.newsroom ol li, td.newsroom ul li  {
	font-size: 1em;
	line-height: 22px;
}
.newsroom_2cols h2 {
	font-size: 1.3em;
	/*color: #000;*/
	padding-top: 0px;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.newsroom_2cols img {
	margin-left: 20px;
	margin-bottom: 2px;
	margin-top: 20px;
}
#box_blue_2cols p.bodytext {
	font-family:arial;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:17px;
	margin:5px 15px 0pt;
}
ul#twrss_table {
	margin-top: 0;
	margin-right: 0;
	margin-left: 5%;	
}
li.twrss_bodytext a {
	line-height: 13px;
	font-size: 0.8em;
	color:#004673;
	text-decoration:none;
}
li.twrss_bodytext a:hover {
	line-height: 13px;
	font-size: 0.8em;
	color:#af3838;
	text-decoration:none;
}
td.mainbar {
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
td.mainbar p.bodytext {
	font-family: Arial,sans-serif;
	line-height:1.5em;
}
td.maincontent #info_box_top {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/info_box_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0.9px;
	height: 4px;
}
td.maincontent #info_box {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/bg_info_box.gif);
	background-repeat: repeat-x;
	width:149px;
	background-color: #d0e1f9;
	border-left: 1px solid #0066a8;
	border-right: 1px solid #0066a8;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}
td.maincontent #info_box_bottom {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/info_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size:1px;
	height: 4px;
}
dd.csc-textpic-caption {
	font-size: 0.8em;
	font-style: italic;
	padding: 2px;
	text-align: right;
} 
div.csc-textpic-text {
	margin-top: 0px;
}
div.csc-textpic-text p.bodytext{
	font-size: 0.8em;
	padding-right: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.csc-textpic-text h3{
	font-weight: normal;
	font-size: 0.8em;
	color: #4269b0;
	padding: 4px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
table.contenttable p.bodytext {
	padding: 5px;
	margin-bottom: 0px;
}
td.search {
	background-color:#5079AC;
	border-bottom:1px solid #D7DFEA;
	border-top:4px solid #00418A;
}
td.logo {
	background-image:url(http://www.fao.org/fileadmin/templates/faohome/images/bg_logo.gif);
 	background-repeat: repeat-x; 
 	padding-top: 0px;
 	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1px;
}
td.top_banner {
	background:#899CC0 url(http://www.fao.org/fileadmin/templates/faohome/images/pagetitleBar_ar.gif) right; 
	background-repeat: repeat-y; 
 	/*border-bottom: 1px solid #00418a;
 	border-top: 1px solid #00418a;*/
 	
}
td.langs{
	background: url(http://www.fao.org/fileadmin/templates/faohome/images/bg_langs.gif) repeat-x;
	height: 20px;
}
td.top_banner div#title_topbanner {
 	color:#FFFFFF;
	font-family: Arial;
	font-size: 1.1em;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom: 3px;
	padding-right:15px;
	padding-top: 10px;
}
td.maincolor{
	background-color:#1e4387;
}
td.leftcolumn{
	background-color:#c5d1e2;
	border-left: 1px solid #ffffff;
}
td.rightcolumn{
	border-right:0 none;
	padding-right:5px;
	padding-left:12px;
	padding-top:0px;
}
/* # # # # # # # # # # START TMPL_COUNTRY_TABLE # # # # # # # # # # # # */
table.country_table {
	background: #EEEEEE;
	margin: 20px 5px 10px 10px;
}
td.country {
	font: 0.8em arial;
}
/* # # # # # # # # # # END TMPL_COUNTRY_TABLE # # # # # # # # # # # # */
/* ------ BLUBLICATION START ------ */ 
.mainbarpubli h2 {
	font-family:"Arial",sans-serif;
	font-size:1em;
	font-weight: bold;	
}
#publibox{
	background-color:#EFE9D8;
	border:1px solid #3C89B7;
	padding: 5px 8px 5px 8px;
	font-family:"Arial",sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}
h1.bluline {
	border-top: 10px solid #1D317E; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
}
h1.greenline {
	border-top: 10px solid #4BAA46; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
}
#box_blue_2cols h1.green_subline, h1.green_subline{
	border-top: 10px solid #4BAA46;
} 
#box_blue_2cols h1.red_subline, h1.red_subline {
	border-top: 10px solid #AF0014;
} 
#box_blue_2cols h1.yellow_subline, h1.yellow_subline {
	border-top: 10px solid #F5DB5C;
} 
#box_blue_2cols h1.orange_subline, h1.orange_subline {
	border-top: 10px solid #FF9933;
} 
#box_blue_2cols h1.blue_subline, h1.blue_subline {
	border-top: 10px solid #00418A;
}
#box_blue_2cols h1.grey_subline, h1.grey_subline {
	border-top: 10px solid #999999;
}
a.read_more{
	font: 0.85em arial;
}
.publilist {
	display:block;
	margin-top:0pt;
	padding: 5px 10px;
	font: 12px arial;
	line-height:1.5em;
	margin-bottom:0px;
}
td.newsroom_2cols p.bodytext {
	display:block;
	margin-top:0pt;
	font: 1em arial;
	line-height:1.5em;
	margin-bottom:0px;
	padding-left: 10px;
}
#publilist h2 {
	font-size: 1em;
	color: #000;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#publilist a {
	margin-bottom: 0px;
}
#publilist img {
	margin-top: 8px;
	margin-right: 8px;
}
.grayBox{
	background-color:#F1EFEF;
	border:1px solid #C4C4C4;
	color:black;
	display:block;
	margin-top:10px;
	padding:5px 10px;
	text-align:right;
	text-decoration:none;
	line-height:1.1em;
}
.grayBox p {
	font: 1em arial;
}
#box_dg1 hr {
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
#publilist p {
	display:block;
	margin-top:0pt;
	padding:5px 10px;
	font-family:"Arial",sans-serif;

	line-height:1.5em;
	margin-bottom:0px;
}
#publilist h2 {
	font-size: 1em;
	color: #000;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#publilist a {
	margin-bottom: 0px;
}
#publilist img {
	margin-top: 8px;
	margin-right: 8px;
}
.grayBox h4 {
 	color:#1D317E;
}
.grayBox a { 
	font-size:0.9em;
}
/* ------ BLUBLICATION END------ */ 
/* # # # # # # # # # # COLOURED BOXES starts # # # # # # # # # # # # # # */
td#box_notice {
	border:1px solid #C4C4C4;
}
td#box_notice p.bodytext {
	font: 0.8em arial;
	padding: 10px;
	line-height:16px;
	margin: 0px;
	text-align: center;
}
td.newsroom_2cols h6 {
	color:#B91A20;
	font: 1.3em arial;
	margin:0px;
	padding:0px 0 7px 0;
	font-weight:bold;
}
td#box_blue_2cols h3.blue {
	font-size:0.9em;
	border-top:10px solid #1D317E;
	color:black;
	margin-left:15px;
	margin-right:10px;
}
#box_blue_2cols h1.csc-firstHeader, #box_blue_2cols h1 {
	border-top: 10px solid #1D317E; 
	font-family:"Arial",sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 2px;
	margin-right: 5px;
	margin-left: 15px;
}
#box_dg1 li {
	font: 1em arial;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	line-height:19px;
}
#box_dg1 ul {	
	margin: 0 0 0 0;
	padding: 0 30px 0 5px;
}
#box_dg1 p {
	font-size: 1em;
	margin-right: 1.5em;
	padding: 0px;
	line-height:17px;
}
#short_history h3.blue {
border-top:10px solid #1D317E;
color:black;
font-family:"Arial",sans-serif;
font-size:0.9em;
font-weight:bold;
padding-top:5px;
}
#brownBox {
	background-color:#E1E6EC;
	border:1px solid #1E4387;
	color:black;
	display:block;
	font-family:"Arial",sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	line-height:1.5em;
	padding:15px 10px 10px;
	text-align:right;
	text-decoration:none;
}
td#box_blue h1.csc-firstHeader {
	border-top: 8px solid #00418a; 
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
td#box_blue_key h1.csc-firstHeader {
	border-top: 5px solid #f5db5c; 
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 0px;
}
td#box_blue_faq {
	border: 2px solid #1d4573; 
	border-top: 2px solid #8daacb; 
	border-left: 2px solid #8daacb; 
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/bg_faq.gif); 
	background-repeat: repeat-x;
	height: 19px;
	text-align: center;
}
td#box_blue_faq p.bodytext {
	margin: 5px 3px 4px 3px;
}
td#box_yellow h4 {
border-top: 8px solid #F5DB5C; 
}
td#box_yellow ul li {
	background:transparent url(http://www.fao.org/fileadmin/templates/faohome/images/arrow_ar.gif) no-repeat scroll right 6px;
	list-style-type:none;
	padding: 2px 15px 0px 0px;
	font-size: 0.8em;
}
td#box_blue_faq p.bodytext a{
	font-size: 0.8em;
	font-weight: bold;
	color: #004673;
	text-decoration: none;
}
td#box_blue_faq p.bodytext a:hover{
	color:#af3838;
	text-decoration:none;
}
td#box_blue, td#box_red, td#box_green, td#box_ylw  {
	background-color: #ffffff;
}
td#box_blue_key {
background-color:#F6F4EF;
}
td#box_ylw h1.csc-firstHeader {
	border-top: 10px solid #00418A; 
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	padding-top: 4px;
	margin-top: 6px;
	padding-left: 3px;
}
td#box_ylw div#more_news h1.csc-firstHeader {
	border-top:5px solid #AF0014;
}
td#box_red h1.csc-firstHeader {
	border-top: 10px solid #AF0014; 
	font-size: 0.9em;
	font-weight: bold;
	color: #AF0014;
	margin-bottom: 8px;
	padding-top: 4px;
	margin-top: 0px;
	padding-left: 3px;
}
td#box_green h1.csc-firstHeader {
	border-top: 8px solid #4BAA46; 
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding-top: 4px;
	margin-top: 0px;
	padding-left: 3px;
}
/* # # # # # # # # # # # # COLOURED BOXES ends # # # # # # # # # # # */
ul 	{
	margin:0pt;
	padding:2pt 3pt 2pt 0pt;
}
table.table_menu_right td#box_blue ul, table.table_menu_right td#box_green ul, table.table_menu_right td#box_blue_2cols ul{
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 8pt 0pt 8pt;  /* this is for the padding effect in the right column */
}
table.table_menu_right td#box_blue ul li, td#box_blue_key ul li, td#box_red ul li, td#box_ylw ul li, table.table_menu_right td#box_green ul li {
	background:transparent url(http://www.fao.org/fileadmin/templates/faohome/images/arrow_ar.gif) no-repeat scroll right 6px;
	border-bottom:1px dotted #4071A7;
	font-size: 0.8em;
	color:#4071A7;
	list-style-type:none;
	padding:2px 15px 3pt 0pt;
	margin: 2pt;
}
table.table_menu_right td#box_blue_2cols ul li {
	background:transparent url(http://www.fao.org/fileadmin/templates/faohome/images/arrow_ar.gif) no-repeat scroll right 6px;
	border-bottom:1px dotted #4071A7;
	font-size: 1em;
	color:#4071A7;
	list-style-type:none;
	padding:2px 15px 3pt 0pt;
	margin: 2pt;
}
table.table_menu_right td#box_blue li a, table.table_menu_right td#box_blue_key li a, table.table_menu_right td#box_green li a {
	font-weight: normal;
}
td#box_blue p.bodytext, td#box_blue_key p.bodytext, td#box_green p.bodytext {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 3%;
	margin-bottom: 6px;
	padding-right: 3px;
}
td#box_blue li a:hover, td#box_blue_key li a:hover, td#box_green li a:hover {
	text-decoration: underline;
}
td#box_red p.bodytext {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 6px;
	padding-right: 3px;
}
table.table_menu {
		margin-top: 8px; 
	margin-left: 0px; 
}
/* # # # # # # # # # # START TMPL_SUB_BANNER # # # # # # # # # # # # */
.whitecell {
	padding-top: 5px;
}
h4.greenline {
	border-top: 10px solid #4BAA46; 
	margin-bottom:8px;
	margin-left:15px;
	margin-right:5px;
	padding-left:2px;
	padding-top:5px;

}
h4.bluline {
	border-top: 10px solid #1D317E; 
	margin-bottom:8px;
	margin-left:15px;
	margin-right:5px;
	margin-top: 0px;
	padding-left:2px;


}
td.subbanner {
	/*padding: 2;*/
	margin: 0; 
	border-bottom: 2px solid #336699;
	border-top: 2px solid #B5CFE2;
}
td#subtitle_int {
	background:url(../sfe/images/subtitle_bk.gif) scroll 0% 50%;
	background-color: #90A8C9;
}
td#subtitle_lx {
	background:url(../sfe/images/subtitle_rx.gif);
	background-repeat: no-repeat;
	width: 7px; 
	height: 35px;
	padding-right: 5px;
}
td#subtitle_rx {
	background-image:url(../sfe/images/subtitle_lx.gif);	
	background-repeat: no-repeat;
	width: 7px; 
	height: 35px;
	padding-left: 2px;
	border-left: 2px solid #fff;

}
td.subbanner img, td#subtitle_int {
	border: 0;
	padding: 0;
	margin: 0;
}
div#cont_subbanner {
	display: inline;
}
div.subbanner {
	float: right;
	width: 70%;
}
div.right_img {
	float: left;
	width: 30%;
}
td#subtitle_lx p.bodytext, td#subtitle_rx p.bodytext, td#subtitle_int p.bodytext {
	padding: 0; 
	margin: 0;
}
td#subtitle_int p.bodytext {
	font: 1em arial;
	text-align: left;
	/*letter-spacing: 1;*/
}
td.right_img {
	border-bottom: 2px solid #336699;
	border-top: 2px solid #B5CFE2;
}
td.right_img div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image, div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	float:none;	
	padding: 0;
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	padding-top: 5px;
	/* margin-right: 5px; */
}
/* # # # # # # # # # # END SUB_BANNER # # # # # # # # # # # # */
/* # # # # # # # # # # ActiveMenuSub # # # # # # # # # # # # */
td.menuoff {	
	border-bottom:1px solid #F8F8F8;
	background: #E9EEF4;
	color: #00418A;
	text-decoration: none;
	font-size: 0.9em;
 	font-weight: bold;

}
td.menucur {
	background: #FFFFFF;
	color: #00418a;
	text-decoration: none;
	font-size: 0.9em;
 	font-weight: bold;
}
td.menuon a:hover {
	color: #00418A;
	text-decoration: none;

}
td.menuon {
	border-bottom:1px solid #F8F8F8;
	background: #ffffff; 
 	color:#00418a; 
 	font-size: 0.9em;
 	font-weight: bold;
	text-decoration: none;
}
td.menuon a:active  {
	color:#00418a;
	background: #ffffff; 
	border-bottom:1px solid #F8F8F8;

}
td.menuoff a:active  {
	color:#00418a;
	background: #000000; 
}
td.menucursup {
	border-bottom:1px solid #F8F8F8;
	background: #ffffff; 
	color: #00418a;
	text-decoration: none;
	font-size: 0.9em;
	padding-right: 20px;
	padding-bottom: 5px;
}
td.menuoffsup {
	border-bottom:1px solid #F8F8F8;
	background: #E9EEF4; 
	color: #00418a;
	text-decoration: none;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}
td.menuonsup a:hover {
	color: #00418A;
	text-decoration: none;
	border-bottom:1px solid #F8F8F8;
}
td.menuonsup {
	border-bottom:1px solid #F8F8F8;
	background: #ffffff; 
 	color:#00418a; 
 	font-size: 0.9em;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}
td.menuoffsup a:active, td.menuonsup a:active {
	color:#00418a;
	padding-bottom: 5px;
}
/* # # # # # # # # # # ACTIVE MENU ends # # # # # # # # # # # # */
/* # # # # # # # # # START ACTIVE MENU LATEST UPDATE # # # # #  # # # # */
td.menuon {
padding:0 0.25em 0 0;
}
td.menuoff{
padding:0 0.25em 0 0;
}
td.menuoff_act, td.menuoff_no {	
	border-bottom:1px solid #F8F8F8;
	background: #E9EEF4;
	color: #00418A;
	text-decoration: none;
	font-size: 0.75em;
 	font-weight: bold;
 	padding:0 0.25em 0 0;
}
td.menuon_cur, td.menuon_no, td.menuon_act {
	border-bottom:1px solid #F8F8F8;
	background: #ffffff; 
 	color:#00418a; 
 	font-size: 0.75em;	
 	font-weight: bold;
	text-decoration: none;
	padding:0 0.25em 0 0;
}
td.menuon_cur a:active, td.menuoff_act a:active{
	color:#00418a;
	background: #ffffff; 
	border-bottom:1px solid #F8F8F8;
}
td.menuon_cur a:hover, td.menuon_no a:hover, td.menuon_act a:hover {
	color: #00418A;
	text-decoration: none;
}
/* # # # # # # # # # # END ACTIVE MENU LATEST UPDATE # # # # # # # # # # # # */
/* # # # # # # # # - this is for the third menu level- # # # # # # # # # # # */
td.submenuoffsup {
	border-bottom:1px solid #F8F8F8;
	background: #E9EEF4; 
	color: #00418a;
	text-decoration: none;
	font-size: 0.9em;	
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
}
td.submenuonsup a:hover {
	color: #00418A;
	text-decoration: none;
	border-bottom:1px solid #F8F8F8;
}
td.submenuonsup {
	border-bottom:1px solid #F8F8F8;
	background: #ffffff; 
 	color:#00418a; 
 	font-size: 0.9em;	
	text-decoration: none;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
}
td.submenuoffsup a:active, td.submenuonsup a:active {
	color:#00418a;
	padding-bottom: 5px;
	background: #ffffff; 
}
/* # # # # # # # # - end of third menu level- # # # # # # # # # # # */
/*--- SEARCH FORM START ----*/
div#search form {
	margin:0px;
	padding:0px;
	display: inline;
}
div#search input{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:0px;
}
div#search input.inputbox {
	font-family: Arial;
	font-size: 11px;
	height: 18px;
}
div#search input.button {
	height: 18px;
}
/*--- SEARCH FORM END ----*/
/* --------------- LL ---------------*/
.tx-srlanguagemenu-pi1 {
	white-space:nowrap;
	margin: 0px; 
	border: 0px;
	float: right;
	padding-right: 161px;
	
}
.tx-srlanguagemenu-pi1 a		{
	text-transform: lowercase; 
	font-family: Arial;
	font-size: 11px; 
	color: #404040;
	float: left;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
}
.tx-srlanguagemenu-pi1 a:hover 	{
	background: url(http://www.fao.org/fileadmin/templates/faohome/images/bg_langs_sel.gif) repeat-x; 
	text-decoration: none;
	margin: auto;
}
.tx-srlanguagemenu-pi1 img 		{display:none;}
.tx-srlanguagemenu-pi1 .CUR, .tx-srlanguagemenu-pi1 .NO a:hover	{
	background: url(http://www.fao.org/fileadmin/templates/faohome/images/bg_langs_sel.gif) repeat-x;
	color:#ffffff;  
	margin: auto;
	}
.tx-srlanguagemenu-pi1 .CUR a 	{
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
	color:#ffffff; 
	text-decoration: none;
}
.tx-srlanguagemenu-pi1 .NO 	{
	display:block;
	font-size: 11px; 
	line-height: 16px;
	white-space:nowrap; 
	text-align: center;
	}
.tx-srlanguagemenu-pi1 .NO a 	{
	color: #404040; text-decoration:none;
	font-weight: normal;
	}
	
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:active {
	color:#ffffff; 
	text-decoration: none;
	}
.tx-srlanguagemenu-pi1 .INACT 		{display:none;}
.tx-srlanguagemenu-pi1 .INACT a 	{display:none;}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active 
{display:none;}
.tx-srlanguagemenu-pi1 .SPC 	{display:none;}
/* --------------- LLL (end)------------------ */
/* ------ ROUND BOXES GRAPHS (start) ------ */ 
td.round_top_lx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_top_lx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 6px;
}
td.round_top_rx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_top_rx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 6px;
}
td.round_top {
	background-color: #f7f9ee;
	/*background-color: #eaeaea; 
	border-top: 1px solid #0066a8;*/
	border-top: 1px solid #f4c56c;
	font-size:1px;
}
td.round_main_lx {
	background-color: #f7f9ee;
	/*background-color: #eaeaea;
	border-left: 1px solid #0066a8;*/
	border-left: 1px solid #f4c56c;
	font-size:1px;
}
td.round_main{
	/* background-color: #eaeaea;*/
	background-color: #f7f9ee;
	text-align: center;
	padding-top: 8px;
}
td.round_main table.contenttable p.bodytext {
	margin: 0px;
	padding: 0px;
}
td.round_main_rx {
	/* background-color: #eaeaea;
	border-right: 1px solid #0066a8; */
	background-color: #f7f9ee;
	border-right: 1px solid #f4c56c;
	font-size:1px;
}
td.round_bottom {
	/* background-color: #eaeaea;
	border-bottom: 1px solid #0066a8; */
	background-color: #f7f9ee;
	border-bottom: 1px solid #f4c56c;
	font-size:1px;
	height:6px;
}
td.round_bottom_lx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_bottom_lx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 6px;
}
td.round_bottom_rx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_bottom_rx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 6px;
}
/* ------ ROUND BOXES GRAPHS (end) ------ */ 
/* ------ ROUND BOXES NEWSROOM (start) ------ */ 
td.round_top_newsroom_lx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_top_newsroom_lx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 2px;
}
td.round_top_newsroom_rx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_top_newsroom_rx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 2px;
}
td.round_top_newsroom {
	background-color: #ece9e0;
	border-top: 1px solid #c1b6a0;
	font-size:1px;
}
td.round_main_newsroom_lx {
	background-color: #ece9e0;
	border-left: 1px solid #c1b6a0;
	font-size:1px;
	width:1px;
	margin: 0px;
	padding: 0px;
}
td.round_main_newsroom{
	background-color: #ece9e0;
	margin: 0px;
	padding: 0px;
}
td.round_main_newsroom_rx {
	background-color: #ece9e0;
	border-right: 1px solid #c1b6a0;
	font-size:1px;
	width:1px;
	margin: 0px;
	padding: 0px;
}
td.round_bottom_newsroom {
	background-color: #ece9e0;
	border-bottom: 1px solid #c1b6a0;
	font-size:1px;
	height:2px;
}
td.round_bottom_newsroom_lx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_bottom_newsroom_lx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 2px;
}
td.round_bottom_newsroom_rx {
	background-image: url(http://www.fao.org/fileadmin/templates/faohome/images/round_bottom_newsroom_rx.gif);
	background-repeat: no-repeat;
	font-size:1px;
	width: 2px;
}
/* ------ ROUND BOXES NEWSROOM (end) ------ */ 
/* ------ ROUND INFO_BOX (start) ------ */ 
td.round_infobox_bottom_rx, td.round_infobox_bottom_lx, td.round_infobox_top_rx, td.round_infobox_top_lx {
	background-color: #f0f0f0;
	font-size:1px;
	white-space: nowrap;
}
td.round_infobox_top {
	background-color: #f0f0f0;
	border-top: 1px solid #0066a8;
	font-size:1px;
	height: 6px;
}
td.round_infobox_main_lx {
	background:#f0f0f0;
	border-left: 1px solid #0066a8;
	font-size:1px;
}
td.round_infobox_main{
	border: 1px solid #0066a8;
	background-color:#f0f0f0;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
td.round_infobox_main p.bodytext {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
}
td.round_infobox_main h5 {
	border-top: 1px dotted #666666;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 3px;
}
td.round_infobox_main_rx {
	background:#f0f0f0;
	border-right: 1px solid #0066a8;
	font-size:1px;
}
td.round_infobox_bottom {
	background-color: #f0f0f0;
	border-bottom: 1px solid #0066a8;
	font-size:1px;
	height:6px;
}
/* ------ ROUND INFO_BOX GRAPHS (end) ------ */ 
img.hp1photo{
 visibility:hidden
}
div.news{
 visibility:hidden
}

div.last_update {font-size: 11px; text-align: left; padding: 4px; color: #999999;}

/* ---- START RIGHT BOX 2009 --- */
#box_right1 {
border-bottom:3px solid #FFFFFF;
}
#box_right2 {
background: #006497 url(http://www.fao.org/fileadmin/templates/faohome/images/bk_summit.jpg) repeat-x;
padding: 5px;
}
#box_right2 p.bodytext {
	color: #ffffff;
	font-size: 11px;
	margin: 5px 3px 0 3px;
	line-height: 18px;
}
h1.path_summit {
	margin: 0;
	color: #f8af00;
	font-size: 14px;
}
#box_right4 {
background: #005f8f url(http://www.fao.org/fileadmin/templates/faohome/images/bk_high_level.jpg) repeat-x;
padding: 5px;
}
#box_right4 .indent {
color: #ffffff;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
line-height: 18px;
}
#box_right6 {
background: #014f80 url(http://www.fao.org/fileadmin/templates/faohome/images/bk_food_security.jpg) repeat-x;
padding: 5px;
}
#box_right6 .indent {
color: #ffffff;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
line-height: 18px;
}
#box_right8 {
background: #084574 url(http://www.fao.org/fileadmin/templates/faohome/images/bk_wfd.jpg) repeat-x;
padding: 5px;
}
#box_right8 .indent {
color: #ffffff;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
line-height: 18px;
}
/* ---- ENDRIGHT BOX 2009 --- */
* --- NEW HOME PAGE 2009 --- */
td#box_ylw h1.csc-firstHeader a {
color: #000000;
}
#box_ylw_light {
background-color:#F6F4EF;
}
td#box_blue_key {
background-color:#fff;
}
#hp1photo {
border: 1pt solid #999999;
}
#greenBox {
border-top:5px solid #4BAA46;
background-color: #edf8f0;
margin-top: 10px;
}
#blueBox{
border-top:5px solid #00418A;
background-color: #f0f5f9;
padding-bottom: 10px;
}
#meetings {
background-color: #fcf1d5;
margin-top: 5px;
}
#box_red, #box_ylw {
padding-right: 10px;
}
td#box_ylw h1.csc-firstHeader {
border-top:5px solid #efad00;
}
td#box_red h1.csc-firstHeader {
border-top:0;
color:#000000;
font-size:0.9em;
font-weight:bold;
margin-bottom:8px;
margin-top:0;
padding-left:3px;
padding-top:4px;
}
td#box_ylw h1.csc-firstHeader {
margin-top: 0;
}
#donate_now {
margin-top: 40px;
}
#box_right3 dl.csc-textpic-image, #box_right5 dl.csc-textpic-image, #box_right7 dl.csc-textpic-image{
padding: 0;
margin: 0;
}
@media print{
BODY {
	background: white !important;
	font-family : Arial;
	font-size: 12px;
}
div#search, table.table_menu, td.langs, td#footer_lx_cont, td#footer_bg, td#footer_rx_cont, td.logo, td.leftcolumn {
	display: none !important;
}
table {
	padding: 0px;
	margin: 0px;
}
td.newsroom_2cols {
	margin: 0 !important;
	padding: 0 !important;
}
td.maincontent_home{
	margin: 0 !important;
	padding: 0 !important;
	width: 460px !important;
}
td.newsdg{
	margin: 0 !important;
	padding: 0 !important;
	width: 400px !important;
	padding-top: 25px;
}
table.table_menu_right td#box_blue ul li, td#box_blue_key ul li, td#box_red ul li, td#box_ylw ul li, table.table_menu_right td#box_green ul li {
border: 0px;
}
td.rightcolumn, table.table_menu_right {
		border: 0px;
		margin: 0 0 0 160px;
		padding: 0 !important;
		}
div#title {
	background: white !important;
	color: black !important;
}
#brownBox{
  color : #000000;
  background : #ffffff; 
}
A {	text-decoration : none;
	color : #003366;
	font-weight: bold;
	font-size: 11px;
}
A:hover {
	text-decoration : underline;
}
	
}