﻿* {
    font: 12px Times New Roman, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    padding-top: 22px;
    padding-bottom: 11px;
}

h2 {
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

h3 {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-top: -7px;
    padding-bottom: 17px;
}

body {
    line-height: 18px;
}

td.FieldHeader {
    width: 120px;
    font: 10px Times New Roman, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a.Password {
    font: 9px Times New Roman, Arial, Helvetica, sans-serif;
    color: dodgerblue;
    opacity: .5;
}

.InvalidEntry {
    font: 8px Times New Roman, Arial, Helvetica, sans-serif;
    color: red;
    font-weight: bold;
}

.mainMenuRight {
    float: right !important;
    margin: 8px 0 4px;
}

.logoTitle {
    float: left;
    padding: 1px 4px 2px;
    font-size: 2.2em;
}