td {
	font-family: Arial, Helvetica, sans-serif;
}
.defaultSize {
	font-size: 12px;
}
a { 
	color: #000000;
}
 .auctionHeading {
 	background-color: #8788A7;
}

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

.auctionName {
        font-size: 16px;
        color: #8788A7;
        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: 12px;
}

.primaryImageTitle {
        font-size: 10px;
}

.auctionListDate {
	font-size: 13px;
}

.auctionListAddress {
	font-size: 13px;
}

<!--auction detail page -->

.auctionDetailTitle {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        background-color: #8788A7;
        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: 14px;
        color: #8788A7;
        font-weight: bold;
}

.auctionTerms {
	font-size: 12px;

}

.auctionTermsHeader {
         font-size: 14px;
        color: #8788A7;
        font-weight: bold;
}

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

.auctionDetailDirections {
		font-size: 12px;
        font-weight: bold;
}