.gembaLatest a, .gembaLatest * {
	font-family: Verdana;
	font-size: 9px;
	color: #191970;
}
.gembaLatest a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.gembaLatest .title {
	background-color: #666666;
	color: #FFD700;
	padding: 6px 0px 4px 8px;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.gembaLatest .title .roundedCorner {
	background-image: url("hole.png");
	width: 8px;
	height: 8px;
	position: absolute;
}
.gembaLatest .title .roundedCorner.tl {
	top: 0px;
	left: 0px;
	background-position: 0% 0%;
}
.gembaLatest .title .roundedCorner.tr {
	top: 0px;
	right: 0px;
	background-position: 100% 0%;
}
.gembaLatest .items {
	background: #ffffff;
	border: 2px solid #666666;
	padding: 0px;
}
.gembaLatest .item {
	border-top: 1px solid #cccccc;
	padding: 4px 2px;
	clear: both;
}
.gembaLatest .item:first-child {
	border-top: none;
	padding: 4px 2px;
}
