body {
	background-image: url(../img/toptenbg.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 454px;
	margin: 0;
}

.toptenlist table {
	border-collapse: collapse;
}

.toptenlist_title {
	background-repeat: no-repeat;
	background-position: center;
	width: 305px;
	height: 60px;
}

.toptenlist_title a {
}

.toptenlist tr {
	width: 100%;
}

.toptenlist td {
	padding: 2px 5px 0px 5px;
	background: #0b5185;
	border-bottom: 2px solid Black;
	font-family: Arial;
	font-weight: Bold;
	color: White;
	font-size: 9px;
}

.toptenlist td small {
	font-size: 9px;
}

#banner {
	text-align: center;
	padding-top: 10px;
}

