@font-face {
    font-family: "master-ar-bold";
    src: url('../fonts/hb.eot');
    src: url('../fonts/hb.eot?#iefix') format('embedded-opentype'), url('../fonts/hb.woff') format('woff'), url('../fonts/hb.ttf') format('truetype'), url('../fonts/hb.svg#quartzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "master-ar-reg";
    src: url('../fonts/hr.eot');
    src: url('../fonts/hr.eot?#iefix') format('embedded-opentype'), url('../fonts/hr.woff') format('woff'), url('../fonts/hr.ttf') format('truetype'), url('../fonts/hr.svg#quartzregular') format('svg');
    font-weight: 900;
    font-style: normal;
}

.titleDiv {
    font-weight: bolder;
    font-family: 'master-ar-bold';
    font-size: 12pt;
    background-color: #0B6F77; /*#F5F5F5;*/
    border: solid 1px #ddd;
    padding-left: 3pt;
    margin-bottom: 10pt;
    line-height: 2;
    color: #fff; /*#555*/
}

.subTitleDiv {
    font-family: 'master-ar-bold';
    font-weight: bold;
    font-size: 12pt;
    /*color: #336699;*/
    /*margin-top: 10pt;*/
    margin-bottom: 10pt;
    margin-left: 10pt;
    padding-left: 4pt;
}

.textDiv {
    font-family: 'master-ar-reg';
    font-size: 13pt;
    margin-left: 10pt;
    padding-left: 4pt;
}

ul {
    list-style-type: disc;
    font-family: 'master-ar-reg';
    font-size: 13pt;
}

li {
    margin-bottom: 5pt;
    font-family: 'master-ar-reg';
    font-size: 13pt;
}
