/* agency.css */

#MainContent {
  margin-right: 20px;
}

.AgencyName {
  font-weight: bold;
}

.AgencyText {
  margin: 5px 20px 10px 20px;
  font-size: 12px;
  text-align: justify;
  color: black;
}

.AgencyPicture {
  float: right;
  margin: 5px 20px 5px 15px;
  border: 5px solid #BFDCC0;
}

.Type {
  list-style-type: none;
  font-size: 12px;
  margin: 0 20px 10px 40px;
}

.Activity {
  list-style-type: none;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.Transaction {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
}

.Access {
  margin: 20px 0 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  background: transparent url(/images/GreenArrow.gif) no-repeat;
  padding-left: 20px;
  color: #3C693E;
}

.legislation {
  font-size: 10px;
  padding: 10px;
  color: red;
}