/*****************************************************
******** Client Styles
*****************************************************/

body
{
    font: 9pt/14pt Arial, sans-serif;
    color: #B9B9B9;
}

hr 
{
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	text-align: left;
	margin: 0 0 0 0;
}

.textTitle
{
    font: 12pt/18pt Times New Roman, serif;
    font-weight: bold;
    font-style: italic;
    color: #E09E4C;
    margin: 0px;
    padding: 0px;
}

.subHeader
{
    font: 11pt/18pt Times New Roman, serif;
    font-weight: bold;
}

.smallerText
{
    font: 8pt/12pt Arial, sans-serif;
}


/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #E09E4C;
    text-decoration: none;
}

a:hover
{
    color: #E09E4C;
    text-decoration: underline;
}

a.print:link, a.print:visited, a.print:active, a.print:hover
{
    float: right;
    text-decoration: underline;
}