<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color:#ace;
	color: #246;
	overflow-y:auto;
	overflow-x:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table{
	background-color:#b0e0f0;
	width:650px;
	margin:0px auto;
/*	border:1px solid #002f2f;
*/
	font-family:Tahoma, Geneva, sans-serif;
	caption-side:bottom;
	border-collapse:collapse;
	filter:alpha("opacity=10");
	clear:both;
	color:#468;
}

caption{
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
	padding:10px;
	border-bottom:1px solid #002f2f;
}

td{
	text-align:left;
	margin: 0px;
	border-collapse:collapse;
	border-bottom:1px solid #002f2f;
	font-size:12px;
}

.imageUrlColumn{
	width:100px; 
	text-align:center; 
}

.descriptionColumn{
	padding:10px 12px 1px 8px;
	text-align:left; 
	vertical-align:top;
}

.priceColumn{
	padding:10px 0px 0px 0px;
	width:100px; 
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	font-size:12px;
}

.topleft{
vertical-align:top; 
text-align:left;
}

.tdaligntop{
vertical-align:top; 
}

.labelcol{
	background-color:#046380;
}

.oddcol{
	background-color:#E6E2AF;
/*	width:23%; */
}

textarea{
	text-align:left;
}

.evencol{
	background-color:#EFECCA;
/*	width:23%; */

/************************/
/* To hide a column use */
/*	visibility:collapse;*/
/************************/

}

.headrow th, .headrow:hover th{
	background-color:#246;
	text-align:center;
	vertical-align:top;
	font-variant:small-caps;
}

th{
	color:#EFECCA;
	padding:2px 1px;
	text-align:left;
}

tr:hover{
	background-color:#2f4 !important;
}

a:focus {
	outline-color:invert;
	color:red;
	text-decoration: underline overline;
}

span:focus {
	outline-color:invert;
	color:red;
	text-decoration: underline overline;
}

.titlelink {
	font-size:10pt; 
	color:#468; 
	font-weight:bold;
	text-decoration:none;
}

.vdescription{
	font-weight:normal;
	
}


tr:hover th{
	background-color:#68a !important;
}

span.featurehilite{
	background-color:#8F0; 
	color:#f80; 
	font-weight:bold; 
	font-size:10pt; 
}

tr.hilightrow
{
/*
	background-color:gold;
*/
	background-color:#8f8;
}

tr.soldrow, 
tr.soldrow td.descriptionColumn span, 
tr.soldrow td.descriptionColumn span.featurehilite, 
tr.soldrow td.descriptionColumn a
{
	background-color:#b0e8ff;
	color:#8ac;
}

tr:hover td, 
tr.soldrow:hover td.descriptionColumn span,
tr:hover td.descriptionColumn a
{
	background-color:#def !important;
}

tr.hilightrow:hover,
tr.hilightrow:hover td,
tr.hilightrow:hover td.descriptionColumn span,
tr.hilightrow:hover td.descriptionColumn a
{
	background-color:#ff0 !important;
}

span.regplate{
	float: right; 
	width:48px;
	text-align:center;
	background-color: yellow; 
	border-top: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	margin:1px 0px 0px 0px;
	padding:0px;
	font-size: 6pt;
	font-family: sans;
	color: #246;
}

tr:hover td.descriptionColumn span.regplate{
	background-color:#fff !important;
	border-top: 1px solid #bbb;
	border-right: 1px solid #444;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
}

tr.hilightrow:hover td.descriptionColumn span.featurehilite, 
tr.defaultrow:hover td.descriptionColumn span.featurehilite
{
	background-color:#f00 !important;
	color:#0f0; 
}</pre></body></html>