.Page_title {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.Page_subtitle {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
}
.Email_address {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
}
.Regular_text {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}
p.Regular_text {
    padding-top: 8px;
    padding-bottom: 8px;
}
p.Emphasis_text {
    padding: 10px;
    border-style: solid;
    border-radius: 10px;
    border-width: thin;
    margin-top:8px;
    margin-bottom:16px;
}
p.Emphasis_text:hover {
    background-color: #e6f7ff;
}
.Regular_title {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
}
.Bold_title {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.Paper_title {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
td.Paper_td {
    padding: 0px 0px 0px 40px;
}

.bottom-one {
     margin-bottom: 1cm;
}
