﻿
.Green
{
    color: #445608;
}

.GreenBold
{
    color: #445608;
    font-weight: bold;
}

.Orange
{
    color: #e37b00;
 
}

.OrangeBold
{
    color: #e37b00;
    font-weight: bold;
}

.SquareBullet{

list-style-type: none;

}

ul.SquareBullet
{
    list-style-type: none;
}

ul.SquareBullet li
{
    background-position: 0 8px;
    background-image: url(images/fs-bullet.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 10px;
}