FONT {
    font-family: sans-serif;
    font-size: 9pt;
    line-height: 16pt;
}
A:hover {
    color: "#cc6699";
}
FONT.big {
    font-family: sans-serif;
    font-size: 11pt;
    line-height: 18pt;
}
FONT.bi2 {
    font-weight: bold;
    color: "#ffffff";
    background-color: "#cc6699";
    line-height: 16pt;
}
FONT.bi3 {
    font-weight: bold;
    color: "#cc6699";
    line-height: 16pt;
}
FONT.co {
    font-family: sans-serif;
    font-size: 7pt;
    line-height: 13pt;
}
FONT.ep {
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 14pt;
}
TEXTAREA {
    background: "#eeeeee";
    border-bottom: rgb(204,204,204) 1px outset; 
    border-left: rgb(204,204,204) 1px outset; 
    border-right: rgb(204,204,204) 1px outset; 
    border-top: rgb(204,204,204) 1px outset; 
    color: #cc6699; 
    font-family: sans-serif;
    font-size: 12pt;
}
INPUT.button {
    background: "#cc6699"; 
    color: #ffffff; 
    cursor: hand; 
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
INPUT.InputBox {
    background: "#eeeeee";
    border-bottom: rgb(204,204,204) 1px outset; 
    border-left: rgb(204,204,204) 1px outset; 
    border-right: rgb(204,204,204) 1px outset; 
    border-top: rgb(204,204,204) 1px outset;
    font-family: sans-serif;
    font-size: 12pt;
    color: #cc6699; 

}