.blend {
	font-family: courier new, courier, monospace;
	font-size: 11pt;
	color:700000;
	border: 0;
	margin-bottom:-2;
	cursor: hand;  /* IE */
	cursor: pointer; /* FF */
	border-right: 2px solid;
	padding-right: 1px;
	border-top: 1px solid;
	padding-left: 1px;
	padding-bottom: 0px;
	border-left: 1px solid;
	padding-top: 0px;
	border-bottom: 2px solid;
}
.normalLabel {
	font-size:8pt;
}
.normalText {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	color:000000;
	background-color:FFFFFF;
}
.plainText {
	/* font-family: courier new, courier, monospace; */
	font-family: arial, verdana, tahoma, helvetica;
	font-size: 10pt;
	color:000000;
	background-color:FFFFFF;
}
.controlWindowBody {
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	padding: 7px ;		/* by FredCK */
	margin: 0px ;		/* by FredCK */
	/* color:000000;				by FredCK */
	/* background-color:DADADA;		by FredCK */
}
.readonlyInput {
	background-color:DADADA;
	color:000000;
	font-size:8pt;
	width:392px;
}
.textDefault {
	font-size:8pt;
	width: 200px;
}
.buttonDefault {
	width:90px;
	height:22px;
	font-size:8pt;
}
.suggSlct {
	width:200px;
	margin-top:2;
	font-size:8pt;
}