/*****************************************************
******** Client Styles
*****************************************************/

/*****************************************************
******** Display Styles - mix and match for desired results
*****************************************************/

body
{
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #4D2615;
}

hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	text-align: left;
	margin: 0 0 0 0;
}

.leftGlassSpotContent
{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

.redGeorgia
{
    font: 14px/18px Georgia, "Times New Roman", Times, serif;
    color: #C00533;
}

.redVerdana
{
    color: #C00533;
}

.smallerText
{
    font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
}

/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #C00533;
    text-decoration: none;
}

a:hover
{
    color: #D8B351;
    text-decoration: underline;
}
