
a {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: none;
}
a:hover {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #006735;
        text-decoration: underline;
}


.link {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #ffff99;
        text-decoration: underline;
}
.link:hover {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #f4d400;
        text-decoration: underline;
}


.copy {
        font-family: Arial, Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
}
.copy:hover {
        font-family: Arial, Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #ffff99;
        text-decoration: underline;
}
.red {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #ff0000;
        text-decoration: none;
}
.red:hover {
        font-family: Arial, Verdana;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #2a2a2a;
        text-decoration: underline;
}
BODY {
        font-family: Arial, Verdana;
        font-size: 13px;
        color: #2a2a2a;
}
TD {
        font-family: Arial, Verdana;
        font-size: 13px;
        color: #2a2a2a;
}
.pic {
        border: 1px solid #2a2a2a;
}

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;
}

