.img-center {
    text-align: center;
}
.img-center img {
    width: 80%;
}
.underline {
    text-decoration: underline;
}
table.tbl-about {
    width: 100%;
    border-spacing: 0;
}
table.tbl-about td {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}
table.tbl-about tr:first-child td {
    border-top: 1px solid black;
}
table.tbl-about tr td:last-child {
    border-right: 1px solid black;
}
.topLeftRad5 {
    border-top-left-radius: 5px;
}
.topRightRad5 {
    border-top-right-radius: 5px;
}
.botLeftRad5 {
    border-bottom-left-radius: 5px;
}
.botRightRad5 {
    border-bottom-right-radius: 5px;
}
table.tbl-about tr td:last-child {
    padding-left: 10px;
}
.mBottom30 {
    margin-bottom: 30px;
}
.fontSize12 {
    font-size: 12px;
}
.fontSize14 {
    font-size: 14px;
}
.fontSize20 {
    font-size: 20px;
}
.fontSize24 {
    font-size: 24px;
}
table.tbl-about .title {
    background-color: #C0C0C0;
}
#main950 h1 {
    font-size: 24px;
}
#main950 h2 {
    font-size: 20px;
}
#main950 {
    font-size: 14px;
}

.w-861 {
    width: 861px;
}
