﻿a.hl
{
	font-weight: bold;
	color: #AB841B;
	font-size: 13px;
	text-decoration: none;	
}

a.hl:hover
{
	color: #654E10;
}

a.hlSm
{
        background-position: right 4px;
        font-weight: bold;
        color: #AB841B;
        font-size: 11px;
        text-decoration: none;
        background-image: url('../Images/Arrow_Gold.gif');
        background-repeat: no-repeat;
        padding-right: 15px;
}

a.hlSm:hover
{
	color: #654E10;
}

.hlSm a
{
        background-position: right 4px;
        font-weight: bold;
        color: #AB841B;
        font-size: 11px;
        text-decoration: none;
        background-image: url('../Images/Arrow_Gold.gif');
        background-repeat: no-repeat;
        padding-right: 15px;
}

.hlSm:hover a
{
	color: #654E10;
}

.Heading
{
	font-size:13px;
	color: #AB841B;
	font-weight:bold;
}

.PointHead
{
	font-size: 12px;
	color: #AB841B;
	font-weight: bold;
}

.square
{
            border: 1px solid #CCCCCC;
            height: 80px;
            vertical-align: top;
            text-align: left;
            padding-top: 7px;
}

.block
{
	background-image: url('../Images/Square_Gold.gif');
}

