
a {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: none;
}
a:hover {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #9269ad;
        text-decoration: underline;
}
.topnav {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: none;
}
.topnav:hover {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: underline;
}
.red {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #ff0000;
        text-decoration: none;
}
.red:hover {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: underline;
}
BODY {
        font-family: Arial, Verdana;
        font-size: 14px;
        color: #2a2a2a;
}
TD {
        font-family: Arial, Verdana;
        font-size: 14px;
        color: #8b8c8e;
}
.pic {
        border: 1px solid #7b7777;
}

div.clayer_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

div.clayer_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

