body, h, td, .siteHeading, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body, td {
	font-size: 13px;
}
h {
	font-weight: bold;
}
.siteHeading {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
.siteFooter {
	font-size: 11px;
}
.topRightLink {
	font-size: 11px;
}
.pageHeading {
	font-weight: bold;
	font-size: 16px;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
.hint {
	font-size: 10px;
}
a.sellerEditLink {
	font-size: 10px;
}
.sectionHeader, .buyerSideSectionHeader, .sellerSideSectionHeader {
	font-size: 12px;
	font-weight: bold;
}
.sectionHeader {
	color: #0000FF;
}
.buyerSideSectionHeader {
	color: #000000;
}
.resultsColHeading, .buyerSideResultsColHeading {
	font-weight: bold;
}
.resultsLink {
	font-size: 12px;
}
.fieldLabel, .searchFieldLabel, .buyerSideSearchFieldLabel, .listingFieldLabel, .sellerSideLabel, .newItemLabel {
	font-size: 11px;
	font-weight: bold;
}
.newItemLabel, .sellerSideLabel {
	color: #0000FF;
}
.sellerSideValue {
}
.searchFieldLabel {
	color: #0000FF;
}
.listingFieldLabel {
	color: #0000FF;
}
.buyerSideSearchFieldLabel {
	color: #000000;
}
input, option, select, .fieldValue {
	font-size: 13px;
}
textarea {
	font-size: 13px;
}
.searchSubmitButton, .contactSellerSubmitButton, .goBackToResultsSubmitButton, .sellerSubmit, .submitButton {
	font-size: 13px;
}
.numResults, .pageNav {
	font-size: 10px;
}
.instructions {
	font-size: 11px;
}
div.success, div.error, div.info {
	padding: 16px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}
div.success {
	border: 1px solid #000000;
	background-color:  #CEFFD3;	//#99FF66;//#EBFFED;
}
div.info {
	border: 1px solid #000000;
	background-color:  #EBFFED; // #eeeeff;
}
div.error {
	border: 1px solid #FF0000;
	background-color: #FFF5F6;
}
.error {
	color: #FF0000;
}
.noResultsFound {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.indexSellerSide, td.sellerSideLabel, td.sellerSideField, .sellerSide {
	background-color: #99FF66;
}
.indexBuyerSide, td.buyerSideSearchFieldLabel, td.buyerSideResultsColHeading, .buyerSide {
	background-color: #E5ECF9;
}
.sellerBox {
	border: 2px solid #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}
.buyerBox {
	border: 2px solid #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}
a.linkOnBackground
{
//	font-weight: bold;
}