.small_green, .small_green a, .small_green a:hover
{
    font: 8pt Verdana;
    color: #8cb77f;
    font-weight: normal;
    text-decoration: none !important;
}

.big_yellow, .big_yellow a, .big_yellow a:hover
{
    font: 18px Verdana;
    color: #ea891f;
    font-weight: normal;
    text-decoration: none !important;
}

.small_yellow, .small_yellow a, .small_yellow a:hover
{
    font: 12px Verdana;
    color: #ea891f;
    font-weight: normal;
    text-decoration: none !important;
}

.light_grey
{
    color: #999999;
}

.dark_grey
{
    color: #333333;
}

.no_underline, .no_underline a, .no_underline a:hover
{
    text-decoration: none !important;
    color: #5F5F5F;
    font-weight: normal;
}

#top_notice h1
{
    font: 12px Verdana;
    color: #ea891f;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}



