<!--
/* layer links */
td.navs a { line-height:1.6 }

/* for newer browsers */
@media screen {
	h1, h2, p { margin: 0 0 .4em 0 }
  table.main { background-color:#F4F4F4; border:0px }
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
#hold	{ 
	position:relative; overflow:hidden;
	width:500px; height:330px; z-index:100; 
	}
#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:500px; height:330px; 
	clip:rect(0px, 500px, 330px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
#lyr1 { 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
/* font spec's for layer content (ns4 doesn't inherit) */	
.content	{ font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px; }
-->