﻿a.hl
{
	font-weight: bold;
	color: #054B8D;
	font-size: 13px;
	text-decoration: none;	
}

a.hl:hover
{
	color: #032F56;
}

a.hlSm
{
        background-position: right 4px;
        font-weight: bold;
        color: #054B8D;
        font-size: 11px;
        text-decoration: none;
        background-image: url('../Images/Arrow_Blue.gif');
        background-repeat: no-repeat;
        padding-right: 15px;
}

a.hlSm:hover
{
	color: #032F56;
}

.hlSm a
{
        background-position: right 4px;
        font-weight: bold;
        color: #054B8D;
        font-size: 11px;
        text-decoration: none;
        background-image: url('../Images/Arrow_Blue.gif');
        background-repeat: no-repeat;
        padding-right: 15px;
}

.hlSm:hover a
{
	color: #032F56;
}


.Heading
{
	font-size:13px;
	color: #054B8D;
	font-weight:bold;
}

.PointHead
{
	font-size: 12px;
	color: #054B8D;
	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_Blue.gif');
}
