﻿
*, body, caption, th, td, input, textarea, select, option, legend, fieldset
{
    font-family: VectoraLTStd, 'PT Sans, sans-serif';
}


h1 {}
h3 {color:#0058A6; margin:15px 0 15px 0}
h3 a:link, h3 a:visited, h3 a:hover {color:#0058A6; margin:15px 0 15px 0}

.title 
{
    font-size:18px;
    font-weight:700;
    line-height:22px;
    color:#0058A6
}

.body 
{
    font-size:14px;
    line-height:22px;
    color:#666666;
}
.body a, .body a:link, .body a:visited, .body a:hover {color:#0058A6}

.m {font-size:14px; line-height:18px; color:#0058A6}
.m a:link, .m a:visited, .m a:hover {color:#0058A6}

.m10 {font-size:10px; line-height:13px}
.m12 {font-size:12px; line-height:15px}
.m13 {font-size:13px; line-height:16px}
.m14 {font-size:14px; line-height:17px}
.m15 {font-size:15px; line-height:20px}
.m16 {font-size:16px; line-height:19px}
.m18 {font-size:18px; line-height:21px}
.m19 {font-size:19px; line-height:20px}
.m20 {font-size:20px; line-height:23px}
.m24 {font-size:24px; line-height:27px}
.m26 {font-size:26px; line-height:29px}
.m28 {font-size:28px; line-height:32px}
.m30 {font-size:30px; line-height:34px}

.mGray, .mGray a:link, .mGray a:visited, .mGray a:hover {color:#A0A9C2; text-decoration:none}
.mMedGray {color:#565555}
.mDarkGray, .mDarkGray a:link, .mDarkGray a:visited, .mDarkGray a:hover {color:#788096; text-decoration:none}

.mBlack {color:Black}
.mBlue {color:#0058A6}
.mYellow {color:#FDF455}
.mWhite, .mWhite a:link, .mWhite a:visited, .mWhite a:hover {color:White}

.mBold {font-weight:700}
.mGradient {}  
.mCenter {text-align:center}

input#btnSubmit {
    background-color: #0058A6;
    font-family: VectoraLTStd, 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    padding: 4px 20px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
}

.input {
    /*color:#979494*/
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
}
.inputLarge {font-size:20px}

#footerContainer {
    color: #0058A6;
}

#footerContainer a {
    color: #0058A6;
}
