table.table1{
    width: 98%;
    border-collapse: collapse;
    border: 2px solid black;
    background-color: #FFFF99;
    color: black;
    margin-left: auto;
    margin-right: auto;
}
tbody.tbody1{
    text-align: center;
}
div.div1{
    padding: 0px;
    text-align: center;
}
div.div2{
    padding: 0px;
    text-align: center;
}
th.th1{
    width: 125px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
th.th2{
    width: 275px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
th.th3{
    width: 75px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
th.th4{
    width: 200px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
th.th5{
    width: 150px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
th.th6{
    width: 175px;
    height: 50px;
    border: 2px solid black;
    background-color: mediumturquoise;
    color: black;
    text-align: center;
}
td.td1{
    height: 125px;
    border: 2px solid black;
    text-align: center;
}
td.td2{
    height: 125px;
    border: 2px solid black;
    text-align: left;
    padding-left: 3em;
    text-indent: -1em;
}
td.td3{
    height: 125px;
    border: 2px solid black;
    text-align: center;
}
td.td4{
    height: 125px;
    border: 2px solid black;
    text-align: center;
}
td.td5{
    height: 125px;
    border: 2px solid black;
    text-align: center;
}
td.td6{
    height: 125px;
    border: 2px solid black;
    text-align: center;
}
p.p1{
    text-align: center;
    font-size: 18pt;
    font-family: BIZ UDPGothic;
    color: black;
}
P.P2{
    font-size: 10PX;
    color: gray;
}
span.span1{
    color: deeppink;
}