

<!--
div, p, td {
        font-family: ;
        font-size: ;
        color: ;
		letter-spacing: 0.10em;        
}

a.normlink:link, a.normlink:visited, a.normlink:active {
        color: ;
        text-decoration: none;
        font-family: ;
}
a.normlink:hover {
        color: ;
        text-decoration: none;
        font-family: ;
}
.heading {
        font-family: ;
        font-size: 16px;
}
.small {
        font-family: ;
        font-size: 10px;
}
.headingusers {
        font-family: ;
        font-size: 18px;
}
.smallusers {
        font-family: ;
        font-size: 10px;
        color: #CBCBCB;
}
.message {
        font-family: ;
        font-size: ;
}
a.message:link, a.message:visited, a.message:active {
        color: ;
        text-decoration: none;
        font-family: ;
        font-size: ;
        border-bottom-width: 0.05em;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
}
a.message:hover {
        color: ;
        text-decoration: none;
        font-family: ;
        font-size: ;
        border-bottom-width: 0.05em;
        border-bottom-style: solid;
        border-bottom-color: ;
}
a.tooltip {
        position: relative;
        font-family: ;
        font-size: 10px;
        z-index: 100;
        color: #000000;
        text-decoration: none;
        border-bottom-width: 0.05em;
        border-bottom-style: dashed;
        border-bottom-color: #CCCCCC;
}
a.tooltip:hover {
        z-index: 150;
        background-color: #FFFFFF;
}
a.tooltip span {
        display: none
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
        left: -100px;
        width: 175px;
        padding: 5px;
        margin: 10px;
    border: 1px dashed #339;
    background-color: #E8EAFC;
        color: #000000;
    text-align: center
}

//-->
