/***********************************************************
/* CSS Stylesheet 
/*
/* Note: This stylesheet is amended from the Convention on Biological Diversity - UNEP
/* web site css file and is used so that the look and feel are similar.
/************************************************************/

/************************************************************/
/* HTML ELEMENTS
/************************************************************/

A 
{
    FONT-SIZE: 8pt;
    COLOR: #00309c;
    FONT-FAMILY: Verdana, Arial
}

P /* hlite */
{
    font-family: Verdana, Arial
    font-weight: normal;
    font-size: 11px;
    color: 666;
    line-height: 17px;
}

BR
{
	line-height: 10px;
}

TD /* hlite */
{
    font-family: Verdana, Arial
    font-weight: normal;
    font-size: 11px;
    color: 666;
    line-height: 17px;
}

H1
{
	font-size: 18pt;
	color: #7ABB08;
	line-height: 28px;
	font-family: 'Trebuchet MS';
	text-align: left
}

H2 /* htitle */
{
	font-weight: bold;
	font-size: 14px;
	color: #314D65;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	text-shadow: #ccc 2px 2px 2px;
}

/************************************************************/
/* TITLE STYLES
/************************************************************/

.titlex1
{
	font-size: 18pt;
	color: #7ABB08;
	line-height: 20px;
	font-family: 'Trebuchet MS';
}

.htitle
{
    font-family: 'Trebuchet MS', Verdana, Arial;
    font-weight: bold;
	font-size: 14px;
	color: #314D65;
	text-shadow: #ccc 2px 2px 2px;
}

.hsubtitle
{
	font-weight: bold;
	font-size: 13px;
	color: #584313;
	font-style: normal;
	font-family: Verdana, Arial;
}

.hsubtitle2
{
    font-weight: bold;
    font-size: 11px;
    color: #7370b0;
    font-family: Verdana, Arial
}

/************************************************************/
/* TEXT STYLES
/************************************************************/

.wdate
{
	font-family: 'Trebuchet MS', Verdana, Arial
    font-weight: normal;
    font-size: 11px;
    color: #1E75BE;
    line-height: 17px;
}

.hlite
{
    font-family: Verdana, Arial
    font-weight: normal;
    font-size: 11px;
    color: 666;
    line-height: 17px;
}

.hliteb
{
	font-weight: bold;
	font-size: 12px;
	color: #202020;
	line-height: 12pt;
	font-family: Trebuchet MS, Arial;
}

.hdate
{
    FONT-SIZE: 8pt;
    COLOR: gray;
    LINE-HEIGHT: 11pt;
    FONT-FAMILY: Verdana, Arial
}

.hmore
{
    FONT-SIZE: 8pt;
    COLOR: #00309c;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none
}

.hmore2
{
    FONT-SIZE: 8pt;
    COLOR: #666;
    FONT-FAMILY: Verdana, Arial;
    text-decoration: none
}

.hlink
{
	font-weight: bold;
	font-size: 11px;
	color: #0051aa;
	line-height: 12pt;
	font-family: Verdana, Arial;
	text-decoration: none;
}

/************************************************************/
/* BULLETED LISTS
/************************************************************/

.hitem
{
	font-weight: bold;
	font-size: 11px;
	width: 30px;
	color: #302f4d;
	line-height: 13pt;
	font-family: Verdana, Arial;
	text-align: center;
}

/************************************************************/
/* POSITION BAR
/************************************************************/

.navbar
{
	font-weight: bolder;
	font-size: 8pt;
	color: #968148;
	font-family: Verdana;
	text-decoration: none;
}

.navbar-last
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana
}

/************************************************************/
/* MODULE BOXES
/************************************************************/

.wbox
{
	background-color:#F0F0F0;
	border:1px solid #C0C0C0;
	padding:8px;
	margin-bottom:16px;
	margin-right:16px;
	width:100%;
}

.wnomarginbox
{
	margin-bottom:0px;
	margin-right:0px;
}

.wnormalbox
{
	margin-bottom:16px;
	margin-right:16px;
}

.wsolidbox
{
	background-color:#F0F0F0;
	border:1px solid #C0C0C0;
	padding:8px;
	margin-bottom:16px;
	margin-right:16px;
	width:100%;
}

.wdashedbox
{
	background-color:#F8F8F8;
	border:1px dashed #C0C0C0;
	padding:8px;
	margin-right:16px;
	margin-bottom:16px;
}

/************************************************************/
/* TITLED BOXES
/************************************************************/

.wboxtopictitle
{
	background-color:#cecf9c;
	border:1px solid #e0dece;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:2px;
	
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#333333;
	text-transform: uppercase;
}

.wboxtopic
{
	background-color:#f6f4e6;
	border:1px solid #e0dece;
	padding:8px;
	margin-bottom:16px;
}

.wboxnewstitle
{
	background-color:#e0dece;
	border:1px solid #e0dece;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:2px;
	
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#333333;
	text-transform: uppercase;
}

.wboxnews
{
	background-color:#ffffff;
	border:1px solid #e0dece;
	padding:8px;
	margin-bottom:16px;
}

/************************************************************/
/* CMS DESIGN TOOLS
/************************************************************/

.designheader
{
	font-weight: normal;
	font-size: 9pt;
	border-bottom: white 2px inset;
	font-family: Arial;
	background-color: #eeeeee;
	text-decoration: none;
}