@charset "utf-8";

/* utility */

.indent1 {
    padding: 5px 0 5px 15px;
}

/* /utility */

#base {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

#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;
}

#base h3 {
    font-size: 12pt;
    font-weight: 500;
}

#base #mainbox {
    padding: 15px;
    text-align: left;
}

#base .box-indent {
    padding: 15px;
}

#base p,
#base li {
    font-size: 14px;
    line-height: 150%;
}

#base p,
#base ul {
    padding: 1em 0;
}

#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 h2 {
    border-bottom: 1px solid #949494;
    margin-top: 4em;
    padding: 5px 0;
}

#base #mainbox .policies2 table {
    margin: 20px 0 0 20px;
    width: 900px;
    border: 1px solid;
}

#base #mainbox .policies2 table th,
#base #mainbox .policies2 table td {
    padding: 8px;
    border: 1px solid;
}

#base #mainbox .policies2 table th {
    background-color: #cecbcb;
}

#base #mainbox .policies2 p {
    padding-left: 20px;
}