.title {
  /*font-family: Arial;*/
  color: #3789c7;
  line-height: 1.73;
  font-size: 16px;
}

.sub_title {
  font-size: 15px;
  line-height: 1.57;
  color: #000000;
}

.bold_font {
  font-weight: 600;
}

.plain_font {
  font-size: 11.5px;
  /*line-height: 1;*/
  color: #000000;
  /*margin: 0 0 18px;*/
  /*line-height: 11.5px;*/
}

p {
  font-size: 11.5px;
  /*line-height: 1;*/
  margin: 0 0 18px;
  /*line-height: 11.5px;*/
}

ul {
  font-size: 11.5px;
  /*line-height: 1;*/
}

.div_table tabel {
  font-size: 10.5px;
  text-align: center;
}
.div_table th {
  padding: 12px;
  font-weight: 600;
  border-left: 1px solid #ffffff;
  font-size: 10.5px;
  text-align: center;
}
.div_table td {
  padding: 30px 10px;
  font-size: 10.5px;
  text-align: center;
}

.underline_a {
  text-decoration:underline;
}

.underline_font {
  color:#0070C0;
  text-decoration:underline;
}
