/*****************************************************
******** Client Styles
*****************************************************/

hr 
{
	border: none 0;
	border-top: 1px solid #862401;
	height: 1px;
	text-align: left;
	margin: 0 0 0 0;
}

.titleRule
{
    float: right; 
    width: 475px; 
    margin-top: 17px;
}

.smallerText
{
    font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
}

.greyText
{
    color:#666666;
}

.contentHeader
{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.subHeader
{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.miniHeader
{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
}

.goldHeader
{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    color:#ECA620;
}

.redHeader
{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    color:#EB4646;
}

.imageOnTheRight
{
    margin: 15px 0px 15px 15px;
    border: 4px solid #FFFFFF;
}

.imageOnTheLeft
{
    margin: 15px 15px 15px 0px;
    border: 4px solid #FFFFFF;
}

/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #862401;
    text-decoration: underline;
}

a:hover
{
    color: #D44A26;
    text-decoration: underline;
}

