@charset "utf-8";

/* utility */

.indent1 {
    padding: 5px 0 5px 15px;
}

/* /utility */

#base {
    width: 100%;
    margin: 0 auto;
}
#base .scrlbx {
    height: 400px;
    border: 1px solid #000;
    background-color: #FFF;
    overflow-y: scroll;
}
#base h1 {
    font-size: 20pt;
    padding-bottom: 60px;
    text-align: center;
}
#base h1 span {
    font-size: 11pt;
    display: block;
    font-weight: 400;
}
#base h2 {
    font-size: 16pt;
    margin-top: 15px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    text-align: left;
    padding-left: 5px;
}
#base h3 {
    font-size: 14pt;
    font-weight: 500;
}
#base .box-indent {
    padding: 15px;
}
#base #mainbox {
    text-align: left;
}
#base p,
#base li {
    font-size: 14px;
    line-height: 150%;
}
#base p,
#base ul {
    padding: 7px 5px;
}
#base p a {
    color: #030086;
    font-weight: 500;
}
#base p a:hover {
    opacity: 0.8;
}
#base ul {
    padding-left: 25px;
}
#base ul.decimal_list li {
    list-style: decimal outside;
}
#base ul.disc_list li {
    list-style: disc outside;
}
#base #mainbox .policies2 table {
    margin: 20px 0 0 0;
    width: 100%;
    border: 1px solid;
}
#base #mainbox .policies2 table td {
    padding: 5px;
    border: 1px solid;
}
#base #mainbox .policies2 table td.ttlpymnt {
    width: 40%;
}
#base #mainbox .policies2 table td .text {
    display: inline-block;
}
#base .policies2 p {
    padding-left: 10px;
}
