a.sm {
    text-decoration: underline;
    color: #000;
    font-family: arial;
    font-size: 8.5px;
}
a.sm:hover {
    text-decoration: none;
    color: #333;
    font-family: arial;
    font-size: 8.5px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #000080;
}

body {
    background: #c9dce5;
    margin: 0;
}

.copyright {
    font-family: Verdana;
    font-size: 8pt;
    color: #fff;
}

.header {
    font-family: Tahoma;
    font-size: 12pt;
    line-height: 18px;
    color: #285C7B;
    font-weight: bold;
}

input,select,textarea {
    font-family: tahoma;
    font-size: 8pt;
    color: #000;
    border: 1px solid #000;
    background: #fafafa;
    padding: 2px;
}

.main {
    font-family: Verdana;
    font-size: 10pt;
    line-height: 16px;
    color: #000;
}

.nav {
    font-family: tahoma;
    font-size: 10pt;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}

.update_h {
    font-family: Tahoma;
    font-size: 12pt;
    line-height: 18px;
    font-weight: bold;
    color: #C2DCEB;
}

.updates {
    font-family: Verdana;
    font-size: 9px;
    color: #fff;
    line-height: 12px;
}

