/*****************************************************
******** Client Styles
*****************************************************/

body
{
    font: 9pt/14pt Arial, Helvetica, Verdana, sans-serif;
    color: #666666;
}

.headerText
{
    font: 12pt/16pt Arial;
    font-weight: bold;
    color: #80a3b7;
	text-transform: capitalize;
}

.subHeader
{
    font-weight: bold;
    color: #80a3b7;
}

.quote
{
    color: #80a3b7;
	font-style: italic;
	text-align: right;
	width: 460px;
	padding-left: 65px;
	position: relative;
}

.smallerText
{
    font: 8pt/12pt Verdana, Arial, Helvetica, sans-serif;
}

.footerCopy
{
	float: left;
	width: 300px;
	padding-top: 4px;
}

.footerTag
{
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 4px;
}

.photoTag
{
	float: right;
	width: 200px;
	text-align: right;
	padding: 4px 52px 0px 0px;
	color: #333333;
    font-size: 8px;
}

.pageCurrent
{
	font-weight: bold;
	text-decoration: underline;
	color: #80a3b7;
}


/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #d66231;
    text-decoration: none;
}

a:hover
{
    color: #427AEC;
    text-decoration: underline;
}

a.page:link, a.page:visited, a.page:active
{
	color: #868686;
	text-decoration: none;
	font-weight: bold;
} 

a.page:hover
{
	color: #80a3b7;
	text-decoration: underline;
	font-weight: bold;
}