font {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
.menu {
	font-weight: bold;
}


.topListing {
	border: 2px #000000 solid;
}
.topListingTitle {
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.topListingBody {
	padding: 10px 2px 10px 10px;
	font-size: 12px;
	color: #000000;
}
.topListingSponsor {
	font-size: 10px;
	font-weight: bold;
	color: #8C1360;
}
a.topListingLink:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a.topListingLink:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a.topListingLink:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.standardListing {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.standardListingDescription {
	font-weight: normal;
	font-size: 12px;
}