

.clsButton {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    text-decoration:none;
    BACKGROUND-COLOR: white;
    BORDER: 1px solid #0E2C51;
}
.clsCaption {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    text-decoration:none;
    COLOR: #0E2C51
}
.clsSmallCaption {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    COLOR: #0E2C51
}
.clsSmallText
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 7pt
}
.clsErrorText
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    COLOR: red
}
BODY
{
    BACKGROUND-COLOR:white;
    FONT-FAMILY: Verdana, Arial
}
A
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
    text-decoration:none;
    COLOR: #0E2C51
}
A:active 
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
    text-decoration:none;
    COLOR: #0E2C51
}
A:visited
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
    text-decoration:none;
    COLOR: #0E2C51
}
A:hover 
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
    text-decoration:underline;
    COLOR: #0E2C51
}
TD
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px
}