﻿.LargeHeaderDarkGreenWithArrow
{
    padding-left: 15px;
    background-image: url(images/arrow_green.jpg);
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    color:#367e12;
    font-size:24px;
    font-weight:bold;
    font-family:Arial;
    line-height:24px;
}
.LargeHeaderDarkGreen
{
    color:#367e12;
    font-size:24px;
    font-weight:bold;
    font-family:Arial;
    line-height:24px;
}

.LargeHeaderDarkBlue
{
    color:#000066;
    font-size:24px;
    font-weight:bold;
    font-family:Arial;
    line-height:24px;
}

.LargeHeaderLightBlue
{
    color:#6699ff;
    font-size:24px;
    font-weight:bold;
    font-family:Arial;
    line-height:24px;
}

.MediumHeaderDarkGreen
{
    color:#367e12;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    line-height:18px;
}

.MediumHeaderDarkBlue
{
    color:#000066;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    line-height:18px;
}

.MediumHeaderLightBlue
{
    color:#6699ff;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    line-height:18px;
}

.SmallHeaderDarkGreen
{
    color:#367e12;
    font-size:16px;
    font-weight:bold;
    font-family:Arial;
    line-height:16px;
}

.SmallHeaderDarkBlue
{
    color:#000066;
    font-size:16px;
    font-weight:bold;
    font-family:Arial;
    line-height:16px;
}

.SmallHeaderLightBlue
{
    color:#6699ff;
    font-size:16px;
    font-weight:bold;
    font-family:Arial;
    line-height:16px;
}
.DarkGreen
{
    color:#367e12;
}

.DarkBlue
{
    color:#000066;
}

.LightBlue
{
    color:#6699ff;
}
A.LinkDarkGreen:link,visited,active
{
    color:#367e12;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:none;
}
A.LinkDarkGreen:hover
{
    color:#367e12;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:underline;
}

A.LinkDarkBlue:link,visited,active
{
    color:#000066;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:none;
}
A.LinkDarkBlue:hover
{
    color:#000066;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:underline;
}
A.LinkLightBlue:link,visited,active
{
    color:#6699ff;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:none;
}
A.LinkLightBlue:hover
{
    color:#6699ff;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:underline;
}

A.LinkAudio:link,visited,active
{
    color:#000000;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:none;
}
A.LinkAudio:hover
{
    color:#000000;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    text-decoration:underline;
}

UL.GreenArrow
{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
LI.GreenArrow
{
    padding-left: 10px;
    background-image: url(images/bullet_green_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0 .3em;
}