<!--
body,td,pre,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
td.cat {
	width:250px;
	height:70px;
}
td.list {
	width: 250px;
	height: 100%;
}
.field {
	font-weight:bolder;
}
a.listing {
	color: #000;
	text-decoration: none;
}
.textboxsmall {
	width: 150px;
}
.textboxmid {
	width: 350px;
}
.textareamid {
	width: 100%;
	height: 80px;
}
.textareabig {
	width: 100%;
	height: 350px;
	font-family: sans-serif;
}
.errors {
	color: red;
	font-weight:bolder;
}
.noerrors {
	color: blue;
	font-weight:bolder;
}
-->