#topban {
	position: absolute;
	top: 5px;
	left: 300px;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 79px;
	color: #039;
	overflow: hidden;
}
#topban .inner {
	padding: 5px;
	text-align: left;
	font-size: 90%;
}
#topban p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#topban .title {
	padding-bottom: 5px;
}
#topban a, #topban a:link, 	#topban a:visited {
	font-weight: bold;
	color: #039;
	text-decoration: none;
}
#topban a:hover {
	color: #68f;
	text-decoration: underline;
}
#topban strong {
	font-weight: bold;
	color: #c30;
}
#topban strong a, #topban strong a:link, #topban strong a:visited {
	color: #c30;
}
#topban strong a:hover {
	color: #930;
}

