
.text{
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
}

.contents h1 {
    font-size: 13pt;
    color: #603311;
    padding: 4px;
    background:  #FFF7D9;
    border: 1px solid #bfbfbf;
    margin: 5px 0px 10px 0px;
    font-weight: bold;
}

.contents h7 {
    font-size: 10pt;
    color: #000000;
    padding: 4px;
    background:  #FFF7D9;
    border: 1px solid #bfbfbf;
    margin: 5px 0px 10px 0px;
   /* font-weight: bold;*/
}

.contents h2 {
    font-size: 12pt;
    color: #AA5303;
    padding: 0;
    background: #FFF7D9;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #bfbfbf;
    margin: 25px 0px 5px 0px;
    font-weight: bold;
}


.contents h3 {
    font-size: 11pt;
    color: #000000;
    padding: 0;
    background: #FFF7D9;
    border: 0;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
}

.contents h4 {
    font-size: 10pt;
    color: #000000;
    padding: 0;
    background: #FFF7D9;
    border: 0;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
}

.contents h5 {
    display: inline;
    font-size: 9pt;
    font-weight: normal;
}


.contents h6 {
    display: inline;
    font-size: 8pt;
    font-weight: bold;
}

/*
.contents h7 {
    display: inline;
    font-size: 8pt;
    font-weight: normal;
}*/

p{
    margin-bottom: 0;
    clear: left;
    line-height: 16px;
}



