A {
    color : #DDE1DD;
    text-decoration : none;
}
A:HOVER {
    text-decoration : underline;
}
BODY {
    font-family : MS Sans Serif;
    font-size : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    margin-bottom : 0px;
    color : #DDE1DD;
}
TD {
    font-family : MS Sans Serif;
    font-size : 10px;
    color : #DDE1DD;
}
INPUT,SELECT {
    font-family : MS Sans Serif;
    font-size : 8px;
}
TD.main {
    font-family : MS Sans Serif;
    font-size : 10px;
    color : #DDE1DD;
}
TD.mainfront {
    font-family : MS Sans Serif;
    font-size : 14px;
    color : #428B47;
    font-weight : bold;
}
TD.titlebar {
    font-family : MS Sans Serif;
    font-size : 10px;
    color : #DDE1DD;
    padding-left : 10px;
    padding-right : 10px;
    white-space : nowrap;
}
TD.topbar {
    font-family : MS Sans Serif;
    font-size : 12px;
    color : #DDE1DD;
    padding-left : 10px;
    padding-right : 10px;
    white-space : nowrap;
    font-weight : bold;
}
TD.topbar2 {
    font-family : MS Sans Serif;
    font-size : 12px;
    color : #DDE1DD;
    white-space : nowrap;
    font-weight : bold;
}
.text {
    font-family : MS Sans Serif;
    font-size : 12px;
}
HR {
    color : #134F17;
    width : 200;
    height : 1px;
}
.important {
    font-family : MS Sans Serif;
    font-size : 14px;
    color : #FF0000;
    font-weight: bold;
}
.info {
    font-family : MS Sans Serif;
    font-size : 10px;
    color : #DDE1DD;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-right-width : 1px;
    border-left-width : 1px;
    border-top-color : #000000;
    border-bottom-color : #000000;
    border-right-color : #000000;
    border-left-color : #000000;
    border-top-style : solid;
    border-bottom-style : solid;
    border-right-style : solid;
    border-left-style : solid;
}