a:link, a:visited, a:active {
	color: #004578; text-decoration: underline;
}
a:hover {
	color:#ffb400; text-decoration: underline;
}

/* Top Title */
.headTitle {
	color: #004578;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.headParagraph {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.phoneNo {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.topPhoto {
	border: 1px solid #CCCCCC;
}

/* Yellow Button */
ul#auctionButton {
	list-style-type: none;
	margin: 0;
	padding: 0 0;
}
li#auctionButton {
	list-style-type: none;
}
ul#auctionButton li a, ul#auctionButton li a:link, ul#auctionButton li a:visited {
	display: block;
	width: 240px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #004578;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
ul#auctionButton li a:hover {
	color: #004578;
	background-color: #ffb400;
}

/* Bottom Section */
.btmTitle {
	color: #004578;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}
.btmParagraph {
	color: #535353;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.btmPhoto {
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.soldButton {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
}

