
	img {
		margin:10;
		padding:0;
		outline-style:none;
		border-style:none;
	}
	#radar_box {
		position:relative;
		display:block;
		background-color:#000;
		width:600px;
		height:550px;
	}
	img.radaroverlay {
		position: absolute;
		top: 0px;
		left: 0px;
		margin:0;
		padding:0;
		outline-style:none;
		border-style:none;
		width:600px;
		height:550px;
	} 
	 /* hide span text in Anchor text in iscbinewsul list ID */
	table a span { display: none; }
	table a div { display: none; }
	/* remove highlight on anchor text when not hovering */
	A:link, A:visited {
		text-decoration:none;
	}
	 /* IE requires something change and need to force z-index setting. */
	table a:hover { font-size: 100%; z-index: 1; }
	 /* allow positioning of text over anchor text */
	table a { position: relative; }
	/* settings for span text to display  on hover over anchors in iscbinewsul list */
	table a:hover span {
		display: block;
		position: absolute;
		top: -30px; 
		left: -10px; 
		border: 1px solid #336;
		background-color: #39c;
		color: #fff;
		padding: 2px;
		font-size: 0.8em;
		z-index: 3;
	}
	table a:hover div {
		display: block;
		position: absolute;
		top: -30px; 
		left: -10px; 
		border: 1px solid #336;
		background-color: #39c;
		color: #fff;
		padding: 2px;
		font-size: 0.8em;
		z-index: 3;
	}
	table {
		border-collapse: collapse;
		caption-side: top;
		border: thin solid rgb(0,0,0);
		border-style:ridge;
		border-color:#000;
		font-family:verdana, Arial, Helvetica;
	}
	.headcell {
		border: thin solid rgb(0,0,0);
		background-color:#000;
		color:#a8b8c8;
		font-weight:bolder;
		font-size:larger;
		text-align:center;
	}
	p { text-align:center; }

