﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    color: #00703D;
}

a:link, a:visited
{
    color: #56A0D4;
}

a:hover
{
    color: #00703D;
}

a:active
{
    color: #56A0D4;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #00703D;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    background: #00703D;
}

.loginDisplay
{
    height: 79px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

legend
{
    color: #00703D;
}

