@charset "UTF-8";
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

a:link {
  text-decoration: none;
  color: #524920;
}
a:visited {
  color: #786920;
}
a:hover {
  background: #faefbb;
}

  img {
    max-width: 95%;
    height: auto;
    display: block;
  }

  table {
    width: 95%;
    box-sizing: border-box;
  }

  .table-bline {
    border-bottom:2px solid #caa90e;
  }

  .content-table {
    max-width: 750px;
    margin: 0 auto;
  }


  @media (max-width: 768px) {
    .logo-img {
      max-width: 80%;

.HelveticaNeue {
	font-family: "Helvetica Neue";
}
.HelveticaNeueLight {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0em;
	vertical-align: 0%;
	word-spacing: 0px;
	white-space: normal;
}
