a:active {color: #F2AA13;}
a:visited { color: blue; }
a:link { color: #0000FF;}
a:hover {color: #F2AA13; }

.Normalfont {
        font-family: "Arial";
        font-size: x-small;
        color: #550000;
}
.strongFont {
        font-family: "Arial";
        font-size: x-small;
        font-weight: bold;
        color: #550000;
}


.strongFontNoColor{
        font-family: "Arial";
        font-size: x-small;
        font-weight: bold;
}


.PageTitle{
        font-family: "Arial";
        font-size: medium;
        font-weight: bold;
        color: #550000;
}

.BtnStyle{
        background-color:#FFFFFF;
        border-color:#ffca95;
        border-style:Dotted;
        color:#339900;
}

.BtnStyleUP
{
        font-size: 9pt;
}

tbody {
        font-family: "Arial";
        font-size: x-small;
}

body {
        font-family: "Arial";
        font-size: x-small;
}

td {
        font-family: "Arial";
        font-size: x-small;
        color: #550000;
}

.xxFont {
        font-size: xx-small;
        color: #550000;
}