﻿body, ul, li {
margin:0px; padding: 0px;
}

h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #106ca9;
    margin: 0px;
    padding: 0px;
}

h4, .subtitle {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}



p, .text {
    font-family:Arial, Helvetica, sans-serif;
    font-size :12px;
}

.loadingText {
    font-family:Arial, Helvetica, sans-serif;
    font-size :10px;
    display:inline;
}

table {
    font-family:Arial, Helvetica, sans-serif;
    font-size :12px;
}
table td {
    padding-left: 10px;
}

table .header {
    background-color: #106ca9;
    text-align: left;
    padding: 4px;
    color: white;
}

.validationSummary {
    padding-left: 15px;
}

.highlight
{
    color: #106ca9;
    font-weight: bold;
    font-size: 14px;
}

.highlight2
{
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.highlight3
{
    color: Black;
    font-weight: bold;
    font-size: 14px;
}

.noborder {
 border:none;
}


