/* layer links */
td.navs a { line-height:1.6 }

/* for newer browsers */
@media screen {
  table.main { background-color:#f0f0f0; border:1px solid #999; }
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
#hold	{ 
	position:relative; overflow:hidden;
	width:330px; height:300px; z-index:100; 
	}
#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:330px; height:300px; 
	clip:rect(0px, 330px, 300px, 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 (ns4 doesn't inherit) */	
.content { font-family: verdana, arial, helvetica, sans-serif;font-size: 12px; }
.header { font-family: times, arial, helvetica, sans-serif;font-size: 14px; font-weight:bold}
.headerwhite { font-family: times, arial, helvetica, sans-serif;font-size: 14px; font-weight:bold;color:#ffffff}
.stand { font-family: times, arial, helvetica, sans-serif;font-size: 12px; font-weight:bold}
.normal { font-family: arial, helvetica, sans-serif;font-size: 12px; font-weight:normal;color:#999898}
.smaller{font-family:verdana,arial;font-size:8pt;color:#bbbbbb}

table.sample {
	border: 1px solid;
	border-spacing: 0px;
	border-color: #333333;
	border-collapse: collapse;
}

a:hover, a {text-decoration:underline;color:#ffffff}
a:link, a:visited, a:active {text-decoration:none;color:#999999}
