td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

a {
    color: #4268FF;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.breadcrumb {
    font-family: Arial, Helvetica;
    font-size: 10px;
    text-decoration: none;
}

.breadcrumbActive {
    font-family: Arial, Helvetica;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}

.lnkGray {
    color: #666666;
    text-decoration: none;
}

.frmInput {
    width: 100%;
    font-size: 10px;
}

.frmSelect {
    font-size: 10px;
}

.frmButton {
    font-size: 10px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-weight: bold;
    color: 4268FF;
    font-size: 14px;
}

h3 {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

h4 {
    color: #4268FF;
    font-weight: bold;
    font-size: 11px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
}

ul {
    margin: 8px;
    padding: 8px;
    margin-top: -18px;
}

.botText {
    font-size: 9px;
    line-height: 15px;
    color: #999999;
    text-decoration: none;
}

.botNav {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.botNav:hover {
    color: #000000;
    text-decoration: none;
}

.topNav {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    /*
    color: #CCCCCC;
    */
    color: #000;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    height: 22px;
}

.topNav:hover {
    background-color: 4268FF;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.xformbutton {
    font-size: 11px;
    border: 1px solid #DEDEDE;
    color: #EFEFEF;
    background-color: #999999;
}
#topNav{
    height: 24px;
    background: #000;
}