td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none}
H1 {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #414141; text-decoration: none}
A {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #414141; text-decoration: none}
p1 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none}
p {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none}	

/* layer links */
td.navs a { line-height:1.6 }

/* for newer browsers, to over-rule varying defaults */
@media screen {
	h1, h2, p { margin: 0 0 .8em 0 }
}

/* for scrolling layers  
	 Specify width and height in hold and wndo, and in clip for wn */
#hold	{ 
	position:relative; overflow:hidden;
	width:282px; height:302px; z-index:100
	}
#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:282px; height:302px; 
	clip:rect(0px, 282px, 302px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
#lyr1, #lyr2, #lyr3	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
/* font spec's for layer content */	
.content	{ font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px; }