.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.border {
	border-top: 1px solid #000099;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.listing {
    width: 100%;
    padding: 2px;
    margin: 5px 0;
    border-spacing: 0px;
    border-bottom: 1px solid #CC0000;
}

.listing td {
    padding: 2px 5px;
    vertical-align: top;
}

.listing td img {
    padding: 0 2px;
}

.listing td h2, .listing td p {
    margin: 3px 0;
}

.listing .image {
    width: 100px;
}

.listing .desc {
    padding: 5px;
    background-color: #f0f0f0;
}

.featured {
    border-left: 2px solid #CC0000 !important;
    border-bottom: 2px solid #CC0000 !important;
}