﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    color: #303c49;
}

object
{
    outline: none;
}

a
{
    text-decoration: none;
    color: #303c49;
    outline: none;
}

a:hover
{
    border-bottom: none;
}

a img
{
    border: none;
}

ul.nav a
{
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
}

h1
{
    font-size: 2em;
    margin: 0px 0px 16px;
}

h2
{
    font-size: 1.6em;
    margin: 0px 0px 16px;
}

h3
{
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0px 0px 16px;
}

h4
{
    font-size: 1em;
    margin: 0px 0px 8px;
}

p
{
    line-height: 1.6em;
    margin: 0px 0px 16px;
}

div.faqAnswer 
{
    padding: 16px;
    margin: 0px 0px 16px;
    background: #efefef;
}

.green
{
    color: #48a942;
}

.blue
{
    color: #1b3f94;   
}

.footer
{
    font-size: 0.9em;
}

.footer a
{
    margin: 0px 15px 0px 0px;
    color: #ced1d2;
}

table.egr
{
    width: 100%;
    border-collapse: collapse;
}

table.egr thead th
{
    font-size: 0.8em;
}

table.egr th
{
    background: #48a942;
    color: #ffffff;
    padding: 10px 6px;
    border: solid 1px #ffffff;
}

table.egr td
{
    background: #c4ddbb;
    padding: 10px 6px;
    border: solid 1px #ffffff;
    text-align: center;
}

table.scr
{
    width: 100%;
    border-collapse: collapse;
}

table.scr thead th
{
    font-size: 0.8em;
}

table.scr th
{
    background: #1b3f94;
    color: #ffffff;
    padding: 10px 6px;
    border: solid 1px #ffffff;
}

table.scr td
{
    background: #c4c5e1;
    padding: 10px 6px;
    border: solid 1px #ffffff;
    text-align: center;
}

table.form
{
    border-collapse: collapse;
}

table.form td
{
    padding: 1px;
}

input, select, textarea
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #303c49;
    padding: 6px 9px;
    border: solid 1px #cccccc;
}

input.submit
{
    background: #dddddd;
}

.required 
{
    border: solid 1px #48a942;
    background: #c4ddbb;
}