td, div, body {
    font-family: Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color:#404040;
    font-size:11px;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #006600;

}

a:hover {
    color: #006600;
    text-decoration: underline;
    font-weight: bold;
}

.link_small{
    font-size: 8pt;
    text-decoration: underline;
    color:#000000;

}

.title_medium {
    font-size: 18pt;
}

.note {
    font-size: 8pt;
}

.over{
    border:2px solid #FFFFFF
}

.over:hover{
    border:2px solid #0093E7
}

.text_confirm{
    font-size: 9pt;
    font-style: normal;
    font-weight:bold;
    color:#009933;

}

.text_error{
    font-size: 9pt;
    font-style: normal;
    font-weight:bold;
    color:#BC1D21;
}

.yang{
    font-style: normal;
    font-weight:bold;
    background-color:#009933;
    color:#ffffff;
    padding:4px;
    margin:2px;
    margin-bottom:10px;
}

.yin {
    font-style: normal;
    font-weight:bold;
    background-color:#990000;
    color:#ffffff;
    padding:4px;
    margin:2px;
    margin-bottom:10px;
}


