/* Example 1 */
#banner {
	position:absolute;
	width: 175px;
	z-index:2;
	left: 300;
	visibility: visible;
	top: -400;
	height: 175px;
}

td  {font-size: 12px; font-weight: normal; color: #000000}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000CC;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000CC;
	text-decoration: underline;
}

