.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
.boldgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 9b7b40;
}
.blackcapbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.whiteborder {
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.whitebottom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.thumbnailborder {
	border: 1px solid #CCAA6E;
	margin: 5px;
	padding: 5px;
	clear: none;
	float: none;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-weight: lighter;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.justGold {
	color: 9b7b40;
}
.supatiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333300;
}
