@charset "ISO-8859-1";
@media print {
    .noprint {display: none;}
}

ol, ul {
  margin: 5px 0 0;
  padding: 0 0 0 30px;
}

/* ---  DEFAULT LINK ---- 
   ---   Changed to add "a" before the : in the default links because 
   ---   commission.css changed to this definition 22/9/2003  ----  */
   
a:link { color: #000066 }
a:active {color: #999999 }
a:visited    { color: #999999 }

/* ---  to remove text decoration from some links use this class.
   ---  Order is important. ":hover" must be last for the underline to apply to all links; otherwise it 
   ---  applies only to unvisited links */
   
a:link.nodecoration        { text-decoration: none; font-weight: bold; color: #000099 }
a:active.nodecoration      { text-decoration: underline; color: #000099 }
a:visited.nodecoration     { text-decoration: none; font-weight: bold; color: #000066 }
a:hover.nodecoration       { text-decoration: underline; color: #FFBE37 }

a:link.ichp80        { text-decoration: none; font-weight: normal; color: #000066 }
a:active.ichp80      { text-decoration: none; font-weight: normal; color: #000066 }
a:visited.ichp80     { text-decoration: none; font-weight: normal; color: #000066 }
a:hover.ichp80       { text-decoration: none; font-weight: normal; color: #000066 }



.jsclass	{	font-size: 10pt;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FF9933;
			text-decoration: none;
			font-style: normal
		}
		
.jsclass:link { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: 
               #FF9933; font-style: normal }
               
.text60   { font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 60%; 
			color: #000066; 
          font-style: normal 
       }
               
.text60-b	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 60%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}
.text60   { font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 60%; 
			color: #000066; 
          font-style: normal 
       }
               
.text70-b	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 70%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}		
.text70   { font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 70%; 
			color: #000066; 
          font-style: normal 
       }
.text80	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;			
			color: #000066;
			font-style: normal
		}
		
	               
.text80-b	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}

/* this style, ichp80 is used by the body text of the Information Centre article on the home page - higher up this page the linked version is defined */

.ichp80	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 70%;			
			color: #000066;
			font-style: normal
		}



.scrollerstyle{
font-family:webdings;background:#FFFFFF;border:1px solid #000000;cursor:hand;
}
		
.marquee     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; 
               font-weight: bold; color: #000066; background-color: #FFA30E; 
               font-style: normal; padding: 5 
       }
       
.text1		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			color: #000066;
			font-style: normal
		}

.text1-b	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}

.title1		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 200%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}
		
.title2		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 175%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}
				
.title3		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 150%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}
		
.title4		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 125%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}

.title5		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 105%;
			font-weight: bold;
			color: #000066;
			font-style: normal
		}

.size1	{	font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif
		}
		
.size1fp6	{	font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif
			color: #003399;
		}

.size2	{	font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif
		}
		
.size2fp6	{	font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif
			color: #003399;
		}

.size3	{	font-size: 16px;
			font-family: Verdana, Arial, Helvetica, sans-serif
     	}
.size4	{	font-size: 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif
     	}
     	
.imageCaptionCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #636563;
	background-color: #ECECEC;
	padding=10;
}

.imageCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #636563;
	text-decoration: none;
}

.imageTable{
	background-color: #ECECEC;
	padding=5;
	margin: 0px 3px 0px 0px;
	
}

a		{  }

a:hover	{
		color: #FF9933
		}
.linkbottom	{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999;
		text-decoration: none
		}
.separator	{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;
		font-weight: bold; text-decoration: none
		}
.bluetext11  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000066
             }

.blacktext11 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000
             }

.whitetext11 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF
             }

.bluetextbold11  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
                   color: #000066
                 }

.blacktextbold11  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
                     color: #000000
                  } 

.whitetextbold11  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
                    color: #FFFFFF }
.legal      {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #3399CC; font-weight: bold
            }
.disclaimer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #3399CC; font-weight: lighter
            }
/*#archive { background-image:url(/research/images/archive.gif); position:absolute; width:1px; height:1px; top:250px; left:250px; background-repeat:no-repeat; }
#archive {background-image:url(/research/images/archive2.gif); background-repeat:no-repeat; background-position:top center; position:absolute; top:5px; left:350px; width:115px; height:161px; }*/
#archive {position:absolute; top:5px; left:350px; width:115px; height:161px; }