#body {background-color: #ffffff; }

.content {
    background-color: #f5f5f5;
    padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;
    margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;
}

a       { color: #FFFFFF; font-family: Tahoma; font-weight: bold; text-decoration: none }

ablog       { color: #000000; font-family: Tahoma; font-weight: bold; text-decoration: none }


textarea     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }

td {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}

.title {
    font-size: 24px; font-weight: normal; color:#ffffff;
    margin-top: 5px; margin-right: 5px; margin-left: 20px;
    padding-top: 5px; padding-bottom: 5px;
}

.click-menu {
    width: 150px;
}
.click-menu .box1 {
    background-color: #003366;
    color: #cccccc;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 18px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 18px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: none none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
    background-color: #003366;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 18px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 18px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: none none none none;
    cursor: default;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img, .click-meny .top img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.click-menu .section {
    background-color: #224441;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 25px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    display: none;
}
.click-menu .section a {
    color: #8BAA88;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #000000;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}

td.top {
    background-color: #003366;
    line-height: 26px;
    text-indent: 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma;
    color: #ffffff;
}


div.left {
    width: 190px;
    height: 100%;
    background-color: #ffffff;
}


