    			       /*lacenotes.css grey-blue but courier replaced and white bg*/
 
		/*light blue-grey background */
	body 
	{
		margin: 5px; padding: 0px; color: #000000; background:#ffffff;
	}
	
	 	/*styles to horizontally centre 600 px wide text block in browser - must be nested*/       
	#centered 
	{
		color: #000000;
		background: #ffffff; 
		position: absolute;
		left: 50%;
	}
	#content 
	{
		position: absolute;
		left: -300px;
		width: 600px; 
	}

    	/*basic indented para style redefined to remove blocking*/
	p
	{
		font: 12px verdana, arial, helvetica, sans-serif; 
		color: #000000; background: #ffffff;
		text-align:justify; line-height: 20px; 
		text-indent: 20px;
		margin-top: 0; margin-bottom: 0;
	}
	
		/*supress indent on first para*/	
	p.firstline 
	{
		text-indent: 0px; 
	}

		/* para links*/
	a:link { color: #3366CC; background: #ffffff;text-decoration: none; outline: none;}
	a:active { color: #3366CC; background: #ffffff; text-decoration: none; outline: none !important;}
	a:visited { color: #3366CC; background: #ffffff; text-decoration: none; outline: none;}
	a:hover{color: #999999; background: #ffffff; text-decoration: none; outline: none;}
  	area {outline: none !important;}
	
								/* MENU/LINK SETUP */
	.linksetMain
	{
		font: 16px arial, helvetica, sans-serif; text-align:center;
		color: #000000; background: #dddddd; border: 1px solid black;
	}
	.linksetMain a {color: #000000; background: #dddddd; text-decoration: none; outline: none;}
	.linksetMain a:active { color: #000000; background: #dddddd; text-decoration: none; outline: none !important;}
	.linksetMain a:visited { color: #000000; background: #dddddd;text-decoration: none; outline: none;}
	.linksetMain a:hover  { color: #ffffff; background: #dddddd; }

	.linksetTitle 
	{
		font: bold 14px arial, helvetica, sans-serif; text-align:center; color: #666666; background: 
		#ffffff; border: 1px solid black;
	}

	.linksetSub 
	{
		font: 12px arial, helvetica, sans-serif; text-align:center;
		color: #000000; background: #dddddd; border: 1px solid black;
	}
	.linksetSub a { color: #000000; background: #dddddd; text-decoration: none; outline: none;}
	.linksetSub a:active { color: #000000; background: #dddddd; text-decoration: none; outline: none !important;}
	.linksetSub a:visited { color: #000000; background: #dddddd; text-decoration: none; outline: none;}
	.linksetSub a:hover  { color: #ffffff; background: #dddddd;}

	.linksetSubSel
	{
			font: 12px arial, helvetica, sans-serif; text-align:center;
			color: #000000; background: #ffffff; border: 1px solid black;
	}

	/*10pt footnote text*/
	.footnote 
	{      
		font: 10px verdana, arial, helvetica, sans-serif; 
		color: #000000; background: #ffffff;
		text-align:justify; line-height: 14px; 
		text-indent: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.footnote2
	{      
		font: 10px verdana, arial, helvetica, sans-serif; 
		color: #000000; background: #ffffff;
		text-align:justify; line-height: 14px; 
		text-indent: 20px;
	}


	/*centred title for main page  (blue)*/
	h1
	{
		font: 20px arial, helvetica, sans-serif; 
		color: #263075; background: #ffffff;
		text-align:center; line-height: 24px;
		margin-top: 20px; margin-bottom: 0px;
	}
	
	 	/*centred author for main page  (blue)*/     
	h2
	{
		font: bold 16px arial, helvetica, sans-serif; 
		color: #263075; background: #ffffff;
		text-align:center; line-height: 18px;
		margin-top:5px; margin-bottom: 5px;
	}
     
 		/*centred page title for other pages (blue)*/     
	.head1
	{
		font: bold 16px arial, helvetica, sans-serif; 
		color: #263075; background: #ffffff;
		text-align:center; line-height: 18px;
		margin-top:15px; margin-bottom: 5px;
	}
 		/*centred secondary page title (blue)*/
	.head2
	{
		font: bold 12px verdana, arial, helvetica, sans-serif; 
		color: #263075; background: #ffffff;
		text-align:center; line-height: 20px;
		text-indent: 0px;
		margin-top: 10px; margin-bottom: 0px;
	}

 		/*left-aligned subtitle (blue)*/
	.head3
	{
		font: bold 12px verdana, arial, helvetica, sans-serif; 
		color: #263075; background: #ffffff;
		text-align:left; line-height: 20px;
		text-indent: 0px;
		margin-top: 10px; margin-bottom: 0px;
	}
		
 		/*minor subhead, aligned left*/     
	.subHead
	{
		font: bold 11px verdana, arial, helvetica, sans-serif; 
		color: #333333; background: #ffffff;
		text-align:left; line-height: 20px;
		text-indent: 0px;
		margin-top: 5px; margin-bottom: 0px;
	}
	
		/* block indent */		
	.inset
	{
		text-indent: 0px;
	    margin-left: 20px;
	}

 		/*right-aligned small type, aligned left*/ 	
	.pdflink
	{
	      font: 10px verdana, arial, helvetica, sans-serif;
			  text-align:right;
	      margin-top: 15px;
	}
	
    /*special layout for pricking page, moved here because of some ancient browsers*/
 #dimensions 
  {
         font: 10px verdana, arial, helvetica, sans-serif; 
         color: #000000; background-color: #FFFFFF;
         text-align:justify; line-height: 20px; 
         margin-left: 10px; margin-top: 0; margin-bottom: 10px;
  }

		/*image centring with standoff above and below - use in div*/
	.centreImg
	{
		text-align: center; text-indent: 0px;  
		margin-top: 15px; margin-bottom: 15px;
	}
	
	/*----------- clearance styles for tables/figs etc ---------*/
	    	
	.clearTopFirst
	{
		text-indent: 0px;
		margin-top: 10px;
	}
	    
	.clearBot
	{
	      margin-bottom: 15px;
	}	

	.clearTop
	{
	      margin-top: 15px;
	}
	
	
	/*Set basic style to list and remove that massive gap (not on NS)*/
	ul, ol
	{
		margin-top: 5px; margin-bottom: 5px;
		font: 12px verdana, arial, helvetica, sans-serif;
		color: #000000; background: #ffffff;
		text-align:left; line-height: 20px; 
	}	
	
	.nobullet {list-style-type: disc;}
	
	
	/*-------------- Table styles ------------------*/

.tabNorm {font: 10px verdana, arial, helvetica, sans-serif; text-align:left; 
     line-height: 12px; color: #333333; background-color: #f6f6f6;}

.tabHead {font: bold 10px verdana, arial, helvetica, sans-serif; text-align:left; 
     line-height: 12px; color: #333333; background-color: #f6f6f6;}

	/*-------------- Image float styles ------------------*/	

	.leftImg
	{
		float: left;
	}

	.rightImg
	{
		float: right;
	}

    /* Prevent space below table images in Mozilla and Safari */ 	
 	table img {display: block;} 

