.SiteTitle {
    font-family: "Arial Black";
    font-size: large;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0041AA;
}
.InputField {
    font-family: Arial;
    font-size: medium;
    color: #000000;
}
.HeaderFields {
    font-family: Arial;
    font-size: small;
    background-color: #0041AA;
    color: #FFFFFF;
}
p {
    font-family: Arial;
    font-size: small;
}
td {
    font-family: Verdana;
    font-size: small;
}
th {
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
    background-color: #0041AA;
}
.ErrorLine {
    font-family: "Arial Black";
    font-size: medium;
    color: #FFFFFF;
    background-color: #FF0000;
}
.Timezone {
    font-family: Arial;
    font-size: x-small;
    color: #000000;
    background-color: #FFFFFF;
    font-style: normal;
    text-align: right;
    font-weight: normal;
}
a {
    color: #000000;
}
h1 {
    font-family: Arial;
    font-size: xx-large;
    font-weight: bold;
    color: #0041AA;
}
h2 {
    font-family: Arial;
    font-size: x-large;
    font-weight: bold;
    color: #0041AA;
}
h3 {
    font-family: Arial;
    font-size: large;
    color: #0041AA;
}
.SiteTitleTest {
    font-family: "Arial Black";
    font-size: large;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0041AA;
}
h4 {
    font-family: Arial;
    color: #0041AA;
}
.tiny {
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    color: #0000FF;
    vertical-align: top;
}
.footerText{
    font-size: small;
    color: #FFFFFF;
    background-color: #0041AA;
}
.footerTiny{
    font-size: xx-small;
    color: #DDDDDD;
    background-color: #0041AA;
}
.thWhite {
    background-color: #FFFFFF;
}
.selWidth{
    width:90px;
}