﻿.GreenTop
{
    background: #BFCF00 url(Images/greenBoxTopCorner.gif) no-repeat top left;
    height: 15px;
}

.GreenBox
{
    background: #BFCF00;
}

.GreenBottom
{
    background: #BFCF00 url(Images/greenBoxBottomCorner.gif) no-repeat bottom right;
    height: 15px;
}

.GreenBox a
{
    color: #000;
    text-decoration: underline;
}

.GreenBox a:hover
{
    text-decoration: none;
}

#PopUpContent
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 0.8em;
    text-align: left;
    margin: 15px;
}

#PopUpContent .Heading
{
    font-weight: bold;
    font-size: 2em;
}

#PopUpContent .Heading2
{
    font-weight: bold;
    font-size: 1.5em;
}

#PopUpContent .Heading3
{
    font-weight: bold;
    font-size: 1em;
}

