
.field_title {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: black
}

.required_field_title {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: blue
}

.field_text {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black
}

.list_control_text {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black
}

.node_selected {
  font-family:arial; 
  font-size:8pt; 
  font-weight: normal;
  color: red 
}

.node_unselected { 
  font-family:arial; 
  font-size:8pt; 
  font-weight: normal;
  color: black 
}




