
/*  All styles below are used by Netscape 4.
	Normal browsers use these too, unless overridden 
	in the CSS file imported above. */

body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
	/* NS4 is only truely happy with px measurements */
    font-family:  Times New Roman, Times, serif;
    font-size:    14px;
    }

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif; 
	color: #336600;
}

A#SiteName {
font-family: Trebuchet MS, sans-serif; 
font-size: 16px; 
color: #FF9900;
text-decoration:none;
}

A#SiteName:hover {
	color: #1A6546;
	border-bottom: 2px #1A6546 dashed;
}

#MainContentCell h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif; 
	color: #336600;
}

#MainContentCell h5, h6 {
	font-variant: small-caps;
}

#MainContentCell h1 {
	font-weight: bold;
}

#MainContentCell h2 {
	color: #d25942;
	font-weight: bold;
}
#MainContentCell h3 {
	font-weight: bold;
}

#SidebarContentCell h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif; 
	color: #336600;
}

#SidebarContentCell h1 {
	font-weight: bold;
}
#SidebarContentCell h2 {
	color: #d25942;
	font-weight: bold;
}
#SidebarContentCell h3 {
	font-weight: bold;
}

#RelatedContentCell h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif; 
	color: #336600;
}

#RelatedContentCell h1 {
	font-weight: bold;
}
#RelatedContentCell h2 {
	color: #d25942;
	font-weight: bold;
}
#RelatedContentCell h3 {
	font-weight: bold;
}


UL LI {
	margin-bottom: 10px;
}

A {
	color: #1A6546;
}
A:hover {
	color: #F09C19;
}

A.LogoLink {
	padding: 1px;
}
A.LogoLink:hover {
	padding: 0px;
	border: 1px #1A6546 dashed;
}

#LeftNavLinks {
	margin-top: 10px;
	padding-left: 5px; 
}

#LeftNavLinks P {
	margin-top: 0px;
	margin-bottom: 3px;
}

#LeftNavLinks A {
	color: #F09C19;
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#LeftNavLinks A:visited {
	color: #F09C19;
}
#LeftNavLinks A:hover {
	color: #1A6546;
	border-bottom: 2px #1A6546 dashed;
}

#CopyrightFooter {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

#StatusBarCell {
	color: #999999;
	padding-right: 5px;
}
#StatusBarCell A {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #F09C19;
	text-decoration: none;
}
#StatusBarCell A:hover {
	font-family: Trebuchet MS, sans-serif;
	color: #1A6546;
	text-decoration: underline;
}

#ContentTable TD {
	padding: 10 10 10 10px;
}
#MainContentCell {
	border-right: 3px #ffffff solid;
}
#SidebarContentCell {
}
#RelatedContentCell {
	border-top: 3px #ffffff solid;
	padding-bottom: 20px;
}

#HomepageContentTable TD {
	padding: 5px;
}
#IntlProcessesContentCell {
	border-bottom: 3px #ffffff solid;
}
#IntlProcessesContentCell P{
	font-size: 14px;
}
#WGNewsContentCell {
	font-size: 15px;
	padding-bottom: 20px;
}
#MemberNewsContentCell {
	font-size: 15px;
	border-left: 3px #ffffff solid;
	padding-bottom: 20px;
}

.BulletsNoIndent  {
}

.GlossaryTerm {
	cursor: hand;
	cursor: help;
	border-bottom:1px dashed;
	text-decoration:none;	
}
a.GlossaryTerm:hover {
	cursor: hand;
	cursor: help;
	background-color: lightyellow;
	color: #336600;
}

p.NewsHeadline {
	padding-top: 10px;
	margin-bottom: 0px;
}

p.NewsHeadline a {
	cursor: pointer; /* for NS */
	cursor: hand; /* for IE */
}

.HiddenNews {
	display: none;
	margin-top: 0px;
	font=size: 100%;
}

.HiddenNews p
{
	font-size: 100%;
	margin-top: 0px;
}

#ViewAllNewsOption {
	padding-top: 10px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


