﻿/*
Color Key

dark teal: 3b8f9a
light teal: 86cdcf

light grey: f5f5f5
medium grey: e0e0e0
dark grey: 707070

orange: bf3604
red: 9d3325
*/

p, dd, td, th, address, li
{
    line-height: 1.35em;
}

h1, h2, h3, h4, h5, h6, h7, table > caption
{
    font-family: "Chaparral Pro" , Garamond, Serif;
    font-weight: bold;
}

    h1, h1 > a, h1 > a:link, h1 > a, h1 > a:visited {
        color: #151F6D;
    }

h3, h4
{
    font-family: "Proxima Nova" , Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h2, h3, table > caption
{
}

table > caption
{
    font-size:x-large;
}

caption .smallCap{
    float:right;
    font-size:.75em;
}

h7
{
    font-weight: normal;
}

h2, h6 {
    color: #151F6D;
}

    h2.alternate, h2.alternate a {
        color: #151F6D;
    }

h2.alternate2, h2.alternate2 a
{
    color: #707070;
}

body, input, textarea, select
{
    color: #707070;
    font-family: "Proxima Nova" , Arial, Helvetica, Sans-Serif;
    font-size: medium;
}

input, textarea, select, article
{
    font-family: Helvetica, Sans-Serif;
}

/*CSS below prevents the WYSIWYG from changing the font for Press Releases*/

.MsoNormal span[style]
{
 color: #707070;
 font-family: "Proxima Nova" , Arial, Helvetica, Sans-Serif !important;   
}


