@charset "UTF-8";
/* CSS Document */

p, td, a {
	font-family: "Comic Sans MS";
	color: #A80038;
	font-weight: normal;
	font-size: 15px;
}

a {
	font-family: "Comic Sans MS";
	color: #AA6D09;
	font-weight: bold;
	font-size: 15px;
}

#maintable {
	border-style: solid;
	border-width: 2px;
	border-color: #8B4513;
}
.contentcell {
	border-style: solid;
	border-width: 2px;
	border-color: #AA0055;
	padding: 20px;
}
.grid {
	background-color:#DAB77C;
}
.cerisetext {
	font-family: "Comic Sans MS";
	color: #A80038;
	font-weight: normal;
	font-size: 15px;
}
.cerisetextbold {
	font-family: "Comic Sans MS";
	color: #A80038;
	font-weight: bold;
	font-size: 15px;
}
.goldtext {
	font-family: "Comic Sans MS";
	color: #AA6D09;
	font-weight: normal;
	font-size: 15px;
}
.goldtextbold {
	font-family: "Comic Sans MS";
	color: #AA6D09;
	font-weight: bold;
	font-size: 15px;
}
.purpletext {
	font-family: "Comic Sans MS";
	color: #663399;
	font-weight: normal;
	font-size: 15px;
}
.purpletextbold {
	font-family: "Comic Sans MS";
	color: #663399;
	font-weight: bold;
	font-size: 15px;
}
.ceramicname {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #AE1941;
	padding-top: 3px;
	padding-bottom: 3px;
}
.buildingname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #945623;
}
.ceramicprice {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #902028;
	font-weight: bold;
}
.offerprice {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF0033;
	font-weight: bold;
}
.ceramicstatus {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	color: #AE1941;
}
.clickforfeature {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #945623;
	padding-bottom: 2px;
}
.ceramicdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A16C00;
	font-weight: bold;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}