﻿body, form {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    color: #51626F;
}

h1 {
    margin: 0 0 0 0;  
    font-size: 20px;
    font-weight: 600;
    color: #CF1534;
}

h2 {
    font-size: 18px;
    font-weight: 700; 
    padding: 0 0 18px 0;
    color: #007A87;
}

h3 {
    color: #007A87;
    font-size: 14px;
    margin: 0 auto;
    padding: 12px 0px 15px 0px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 3px 3px 0 0;
}

table {
    font-size: 10pt;
}

table.para td
{
	padding: 5px;
}

.LabelText {
    font-size: 9pt;
}

p {
    font-weight: 400;
    font-size: 10pt;
    line-height: 22px;    
}

.Error {
    color: red;
}

.Mandatory, .ErrorMark {
    color: #CF1534;
}

div.banner {
    background-color: #E3E2DF;
    height: 50px;
    color: #0099ff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 25px; 
    padding-left: 15px;
}

.NavBar {
    padding: 0 0 0 20;
}

img {
    border: 0;
}