
#caf_adiv1 {
position: relative;
 z-index: 100001;
top: 0px;
left: 0px;
}

#caf_adiv2 {
position: absolute;
 z-index: 100001;
top: 0px;
left: 0px;
}




/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
  z-index: 100000; 

  white-space: nowrap; 
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: right;
	border-top: 0px solid black;
	line-height: normal;
}

div#caf_position {
top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				padding: 0px;
				margin: 0px;
				overflow: hidden;
}




/* start - table attribute failsafes */
#catfish table {
	margin: 0px;		
	padding: 0px;	
	border-width: 0px;
	border: 0px solid black;
}
#catfish table th, #catfish table td {	
	margin: 0px;	
	border-width: 0px;
	border: 0px solid black;
}
#catfish table th {
	margin: 0px;	
	padding: 0px;	
	border-width: 0px;
	border: 0px solid black;
}
#catfish table td {
	margin: 0px;	
	padding: 0px;	
	border-width: 0px;
	border: 0px solid black;
}	
/* end - table attribute failsafes */


.small_link {
font-size: 10px; 
font-family: Arial, Symbol, Serif;  
text-decoration: none;
}

a:hover.small_link { text-decoration: underline; }

