.fieldName {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}  
.generalText {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
}  

a.small {
	border: 1px solid silver;
	padding: 0 2px;
	text-decoration: none;
	font-family: "Arial";
	font-size: 9px;
}			

fieldset { border:1px solid blue }

legend {
  padding: 0.2em 0.5em;
  border:1px solid blue;
  color:blue;
  font-size:90%;
  text-align:right;
 }
