/* CSS Document */

.bodyText
	{
	font-family: Hoefler Text, Georgia, Times;
	font-size: 90%;
	text-indent: 25px;
	margin: 0px;
	line-height: 140%;
	color: #BCAB97;
	}
	
	.bodyText a
		{
		color: #EC9E4B;
		text-decoration: none;
		}
	
	.bodyText a:hover
		{
		text-decoration: underline;
		}
	
.bodyTextFirst
	{
	font-family: Hoefler Text, Georgia, Times;
	font-size: 90%;
	line-height: 140%;
	color: #BCAB97;
	margin: 0px;
	}
	
	.bodyTextFirst a
		{
		color: #EC9E4B;
		text-decoration: none;
		}

	.bodyTextFirst a:hover
		{
		text-decoration: underline;
		}
		
.sitemapLinks
	{
	font-family: Hoefler Text, Georgia, Times;
	font-size: 90%;
	line-height: 140%;
	color: #BCAB97;
	margin: 0px;
	}
	
	.sitemapLinks a
		{
		color: #BCAB97;
		text-decoration: none;
		}

	.sitemapLinks a:hover
		{
		text-decoration: underline;
		}
	
	
.subhead
	{
	font-family: Hoefler Text, Georgia, Times;
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	font-variant: small-caps;
	color: #BCAB97;
	margin-bottom: 0px;
	}
