@charset "UTF-8";
/* CSS Document */

#main-wrap {
    background-image: url(../imgs/common/back_table.jpg);
    background-repeat: no-repeat;
}
li {
    list-style-position: inside;
}
.sublinks {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
.sublinks:hover {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.sublinksActive {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #2F8CA4;
}
.small {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}
.small_lightblue {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #299FC7;
}
.bold {
    font-weight: bold;
    text-decoration: none;
}
.lightblue {
    text-decoration: none;
    color: #2F8CA4;
}
.footer {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: right;
}
.links {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.links:hover {
    font-weight: bold;
    text-decoration: underline;
}
.linksActive {
    font-weight: bold;
    text-decoration: underline;
    color: #2F8CA4;
}
.border {
    border-top-color: #2F8CA4;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #2F8CA4;
}
.lightblueCaps {
    text-decoration: none;
    color: #2F8CA4;
    text-transform: uppercase;
    font-size: 12px;
}