/*Any Generic styles that are changed on this style sheet should be changed on ALL the style sheets.  The generic styles
are: Body*/

/* all text */
body  {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	background-color : #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
p 	{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	text-align:justify;
	}

/* H2 text indent */
.p2 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	margin:9px;
	}	

/* H3 text indent */
.p3 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	margin:18px;
	}

/* Main heading (gold, uppercase, gold line and arrow) */
h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:5px;
	color: #CFAB53;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #CFAB53;
	text-indent:0px;
	text-transformation:uppercase;
	}

/* Second level headings (blue, bold, blue arrow) */
h2           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #0C4F7A;
	text-indent:0px;
	font-weight:bold;
	}

/* Third level headings, blue, blue small arrow */
h3           {
	font-size: 9pt;
	color: #0E5889;
	font-weight: bold;
	text-indent:10px;
	}

/* White headings */
h4           {
	font-size: 8pt;
	color: #0C4F7A;
	font-weight: bold;
	}

/* Small headings, blue */
h5    { 
	font-size: 8px;
	color: #0C4F7A;
	font-weight: bold
	}

/* Small, blue, menu headings */
.menuh    { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0C4F7A;
	font-weight: bold
	}
	
	

	
/* table styles */
table {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
    }
	
th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	font-weight: bold;
	background-color:#F8F5F2;
	}

tr  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;	
	}

tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	}	

.ttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #424E7D;
	}	
	
/* general link styles, no underlining */

a 	{
	text-decoration:none;
	color:#0C4F7A;
	}

a:active {
	color: #CFAB53;
    }
		
a:hover {
	color: #CFAB53;
	}
	
a.leftmenu:link {

            TEXT-DECORATION: none
            color: #0C4F7A;
}

/*Selected Link*/

a.leftmenu:active {

            TEXT-DECORATION: none
            color: #CFAB53;
}

a.leftmenu:visited {

            TEXT-DECORATION: none
            color: #0C4F7A;
}

/*Hover over Link*/

a.leftmenu:hover {

            TEXT-DECORATION: none
            color: #CFAB53;
}

/* other link styles */

/* blue links - for menus, headings and lists */
.linkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #163963;
	text-decoration:underline;
	}

/* blue links - for left menu */
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #0C4F7A;
	font-weight: bold;
	text-decoration:none;
	}

/* blue links - for right menu text */
.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #0C4F7A;
	text-decoration:none;
	}
.linkwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #FFFFFF;
	text-decoration:none;
	}
	
	
/* links in text only, gold, underline */
.linkgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #A2771A;
	text-decoration:underline;
	}
	
/* links in text only, gold, underline */
.linkgoldsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #A2771A;
	text-decoration:underline;
	}
.bgcol {
	bgcolor: #f0f6f3;
	}
	
/* brown links */
.linkbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #76311D;
	text-decoration:underline;
	}
	
/* orange links */
.linkorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #FF7000;
	text-decoration:none;
	}

/* green links */
.linkgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #003300;
	text-decoration:underline;
	}

/* Bullit styles */
UL LI { 
list-style-image: url('../images/bullet_square.gif');
font-size:10pt;
line-height:15px
	} /* level 1, square */
UL LI LI  {
list-style-image: url('../images/bullet_disc.gif');
line-height:15px
	} /* level 2, disc */
UL LI LI LI { 
list-style-image: url('../images/bullet_circle.gif');
	} /* level 3, circle */
UL LI LI LI LI{
list-style-image: url('../images/bullet_dash.gif');
	} /* level 4, dash */

/* breadcrubs/filepaths */
.filepath {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #163963;
	text-decoration:none;
	margin-left:5px;
	}

/* Second level navigation */
.sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	color: #FFFFFF;
	text-decoration:none;
	padding-left:5px;
	}

/* arrows in text - gold (>> more information) */
.arrowsG {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #A2771A;
	text-decoration:none;
	}

/* blue arrow in breakcrumbs */
.arrowsB {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #163963;
	text-decoration:none;
	}

/* Title of page (in blue bar) */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #67759D;
	text-decoration:none;
	font-weight:normal;
	padding-left:10px;
	font-weight:bold;
	}

/* backgournd colour of tables or text blocks */




/* source information */
.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #AC8862;
	}

/* photo captions */
.captionblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #45668B;
	}

/* footer */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #163963;
	}

/* links in footer */
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #163963;
	text-decoration:none; 
	font-weight:bold;
	}

/* Lines for menu headings/rows */
.blueline {
	border-bottom:1px solid #B9C0D3;
	}
	
/* Lines for menu rows */
.Rgreenline {
	border-bottom:1px solid #C8DCD1;
	}

/* Green lines */
.greenline {
	border-bottom:1px solid #A4CF71;
}

/* bronw lines, tables header row */
.lbrownline {
	border-bottom:1px solid #C2A586;
}

/* PDF text color  */
.pdftext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #666666;
	text-decoration:none; 
	font-weight:normal;
	}

/* PDF link (link = <a href="javascript:newWindow('/AdobeReader.htm')">PDF</a>) */
.pdflink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #666666;
	text-decoration:underline; 
	font-weight:normal;
	}
	
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #0C4F7A;
	text-decoration:none; 
	color: #0C4F7A;
	}
	
.img {
	border-style:solid;
	border-width:1px;
	border-color:#000066;
	}

table.menu3
{
position:absolute;
left:360;
top:480;
visibility:hidden;
}


.HighRow {

	background-color:#BDD9E9;
	Cursor : Hand;
	}
	
.LowRow {

	background-color:#f0f6f3;
	}
		
	

/* In-text table specs */
/*  
table width="xx%" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCB499"
table header rows = td class="lbrownline" valign="top" width="xx" bgcolor="#F8F5F2"
normal rows = td width="xx" valign="top" bgcolor="#FFFFFF" class="ttext"

Example of a table

<table width="100%" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCB499">
  <tbody>
    <tr>
      <td class="lbrownline" valign="top" width="181" bgcolor="#F8F5F2"><strong>Forest type</strong></td>
      <td class="lbrownline" valign="top" width="137" bgcolor="#F8F5F2"><strong>Area (hectares)</strong> </td>
    </tr>
    <tr>
      <td width="181" valign="top" bgcolor="#FFFFFF" class="ttext"> Indigenous/Natural Forests </td>
      <td width="137" valign="top" bgcolor="#FFFFFF" class="ttext"> 0,5 million </td>
    </tr>
    <tr>
      <td width="181" valign="top" bgcolor="#FFFFFF" class="ttext"> Woodlands/Savannas </td>
      <td width="137" valign="top" bgcolor="#FFFFFF" class="ttext"> 29 million></td>
    </tr>
    <tr>
      <td width="181" valign="top" bgcolor="#FFFFFF" class="ttext"> Plantations </td>
      <td width="137" valign="top" bgcolor="#FFFFFF" class="ttext"> 1,4 million </td>
    </tr>
  </tbody>
</table>

*/
