.link {
	color: black;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}


.paramTdYes {
	background: url(../images/dots.gif) bottom right repeat-x;
}
.paramTdNo {
	/*background: url(../images/dots.gif) bottom right repeat-x;*/
}
.paramName {
	padding: 0 3 0 2;
}
.paramFlag {
	color: #0094DE;
}
.paramText {
	padding: 0 0 0 4;
}
.paramGroupName {
	color: #0094DE;
	padding: 0 0 0 2;
}
table.flat {background:none;width:90%}
table.flat td {background:none;}
table.flat td input, textarea {width:250px}