td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.defaultSize {
	font-size: 10px;
}

.searchrow {
	font-size: 11px;
}

.coinfo {
	font-size: 11px;
}



a { 
	color: #CC3333;
}
 .auctionHeading {
 	background-color: #666666;
}

<!--auction list page -->
.auctionListHeader {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}

.auctionName {
	font-size: 14px;
	color: #B32F37;
	font-weight: bold;
}

.noAuctions {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.auctionBorder {
	border: 1px solid #000000;
	font-size: 12px;
}

.borderLeft {
	font-size: 12px;
}

.auctionShortDescription {
	font-size: 11px;
}

.primaryImageTitle {
	font-size: 10px;
}

.auctionListDate {
	font-size: 13px;
}

.auctionListAddress {
	font-size: 13px;
}

<!--auction detail page -->

.auctionDetailTitle {
	font-size: 18px;
	color: #B32F37;
	font-weight: bold;
	background-color: #ffffff;
	padding: 4px;
}

.auctionDetailDate {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.auctionDetailAddress {
	font-size: 12px;
		color: #000000;
	font-weight: bold;
}

.auctionDescription {
	font-size: 12px;

}

.auctionDescriptionHeader {
	font-size: 12px;
	color: #B32F37;
	font-weight: bold;
}

.auctionTerms {
	font-size: 12px;

}

.auctionTermsHeader {
	font-size: 12px;
	color: #B32F37;
	font-weight: bold;
}

.extrasHeader {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #003C7A;
	padding: 4px;
}

.auctionDetailDirections {
	font-size: 12px;
}
.highlighted { color: red; }
