
body {
    font-family: dotum;
    font-size: 10pt;
    line-height: 25px;
    color: #474747;
}

.tableline {
    border: 1px solid #908d8d;
    display: table;
    width: 100%;
}

.tablerow {
    display: table-row;
}

.tablecell_h {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    background-color: #436bab;
    border-bottom: 1px solid #908d8d;
    border-right: 1px solid #908d8d;
    text-align: center;
    font-weight: bold;
    color: white;
}

.tablecell_he {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    background-color: #436bab;
    border-bottom: 1px solid #908d8d;
    text-align: center;
    font-weight: bold;
    color: white;
}

.tablecell {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    border-bottom: 1px solid #908d8d;
    border-right: 1px solid #908d8d;
    text-align: center;
    vertical-align: middle;
}

.tablecell_e {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    border-bottom: 1px solid #908d8d;
    text-align: center;
    vertical-align: middle;
}

.tablecell_last {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    border-right: 1px solid #908d8d;
    text-align: center;
    vertical-align: middle;
}

.tablecell_laste {
    display: table-cell;
    padding: 3px 20px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.tablecell a:visited {
    color: #474747;
}

.tablecell_e a:visited {
    color: #474747;
}

.tablecell_last a:visited {
    color: #474747;
}

.tablecell_laste a:visited {
    color: #474747;
}

.tablecell a:link {
    text-decoration: none;
}

.tablecell_e a:link {
    text-decoration: none;
}

.tablecell_last a:link {
    text-decoration: none;
}

.tablecell_laste a:link {
    text-decoration: none;
}

.tablebank {
    height: 37px;
}

.tablemodule1 {
    height: 37px;
}

.toptextarea {
    height: 61px;
    margin-top: 14px;
    background-image: url('images/top_bg.png');
    font-family: dotum;
    font-size: 10pt;
    line-height: 25px;
    padding: 13px 0 0 20px;
}