hr {
  color: #009393;
  background-color: #009393;
  height: 1px;
}

dl {
  padding: 0px 0px 0px 0px;
}

dt {
  cursor:pointer;
  cursor: hand;
  margin-bottom: 2px;
  font-size: 9pt;
  color: #009393;
  text-transform: capitalize;
}

dd {
  margin-left: 15px;
  font-size: 9pt;
  color: #000;
  text-decoration:none;
  line-height: 15px;
}


#show {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

#hide {
  text-align: center;
  padding-left: 10px;
  font-weight: bold;
  text-transform: capitalize;
}

.hide {display: none;}
.show {display: block;}

/*back to top faq nav */
.top { 
 font-size: x-small;
 text-align: right;
}