a:link.selected{
	color: #007FCD;
	text-decoration: none;
}
a:visited.selected{
	color: #007FCD;
	text-decoration: none;
}
a:hover.selected{
	color: #007FCD;
	text-decoration: none;
}

/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */