Body, Td {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
}

H1 {
    font-size: 16px;
    font-weight: bold;
    color: #0033CC;
}

H2 {
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

H3 {
    font-size: 12px;
    font-weight: bold;
    color: #505050;
}

.smallText {
    font-size: 10px;
}

.verySmallText {
    font-size: 9px;
}

.footerText {
    font-size: 9px;
    color: #808080;
}

A {
   color: #0033cc;
   text-decoration: none;
}

A:hover {
   text-decoration: underline;
}

A.footer {
   color: #404040;
}


.barTitle {
    font-size: 12px;
    font-weight: bold;
    color: #404040;
}

.barText {
    font-size: 10px;
    color: #404040;
}

.sysMsg {
    color: red;
    font-weight: bold;
    font-size:10px;
}

a.barLink {
    font-size: 10px;
    color: #404040;
    text-decoration: none;
}

a:hover.barLink {
    text-decoration: underline;
}

a.greyLink {
    color: #404040;
    text-decoration: none;
}
a:hover.greyLink { text-decoration: underline; }



.nbTitle {
    font-size: 11px;
    font-weight: bold;
    color: #0033CC;
}

INPUT, SELECT, FILE, TEXTAREA
{ font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 100%; }

.label { font-size: 11px; background-color: #f0f0f0; padding: 4px;}
.input { font-size: 9px; background-color: #f0f0f0; padding: 4px;}
