textarea {
	background-color: linen;
	color: navy;
	font-weight: bold;
	display: block;
	overflow: both;
	border: 3px outset;
}
select {
	width: 200px;
	background-color:  linen;
	color: indianred;
}
td {
	color: navy;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
h2 {
	color: indianred;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;

}
p {
	color: navy;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;

}
a {
	color: royalblue;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	border: 2px outset;

}
body {
	background-color: #dfdfdf;
}

.setListC {
	display: block;
	width: 95%;
	height: 150;
	overflow: auto;
	overflowX: hidden;
	background-color: linen;
	border: 3px outset;
}
.propertiesC {
	display: block;
	width: 95%;
	height: 218;
	overflow: auto;
	overflowX: hidden;
	background-color: bisque;
	border: 3px outset;
}
.propHead {
	background-color: indianred;
	color: white;
	font-weight: bold;
}
.propTextDefault {
	vertical-align: middle;
	text-align: center;
}