.tborder {
    border      : 1px;
    background  : #999999;
}

.theader {
    color          : #FFFFFF;
    background     : #666699;
    font-size      : 14px;
    font-weight    : bold;
    line-height    : 20px;
    text-decoration: none;
}

.trow0 {
    background     : #FFCC99;
    font-size      : 14px;
    line-height    : 20px;
}

.trow1 {
    background     : #FFFFFF;
    font-size      : 14px;
    line-height    : 20px;
}

.trow2 {
    background     : #F5F5F5;
    font-size      : 14px;
    line-height    : 20px;
}

.trowfinal {
    background     : silver;
    font-size      : 14px;
    line-height    : 20px;
}

.messageframe {
    background: #E0E0E0;
    border: 2px solid #000000;
    margin: 32px;
    padding: 4px 8px 4px 8px;
    text-align: justify;
    color: #000000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration : bold;
}



.adminCommand {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration : none;
}
a.adminCommand:link, a.adminCommand:visited, a.adminCommand:active {
    color: #324b86; /*#0000FF;*/
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}
a.adminCommand:hover {
    color: orangered;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}



.normalText {
    color: #000000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.greenText {
    color: #00A000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.boldText {
    color: #000000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.boldRedText {
    color: #dc1f26;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

.boldGreenText {
    color: #00A000;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    text-decoration: none;
}

