/* CSS Document */
	body  {
		background-color: #feb236;
		background-image: url(images/bg.gif);
		background-repeat: no-repeat;
		color: #110909;
		font-family:  georgia, times new roman, times, serif;
		font-size: 10pt;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0
	}
	
	p, ul, li, dd, td  {
		color: #110909;
		font-size: 10pt;
		font-family: georgia, times new roman, times, serif;
		line-height: 1.8;
	}
	
	.head	{
		color: #110909;
		font-size: 14pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		letter-spacing: .1em;
	}
	
	.head2	{
		color: #110909;
		font-size: 10pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: bold;
		text-decoration: none;
	}
	
	.pullquote	{
		color: #fbe87e;
		font-size: 12pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	.quote	{
		color: #990000;
		font-size: 10pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
	}
	
	.quote2	{
		color: #110909;
		font-size: 10pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
	}
	
	.name	{
		font-style: normal;
	}
	
	.caption  {
		color: #110909;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-style: italic;
		line-height: 1;
	}
	
	.small	{
		color: #110909;
		font-size: 7pt;
		font-family: georgia, times new roman, times, serif;
		line-height: 1;
	}
	
	a   {
		font-size: 10pt;
		font-family: georgia, times new roman, times, serif;
		text-decoration: none
	}
	
	a:visited   {
		font-size: 10pt;
		font-family: georgia, times new roman, times, serif;
		text-decoration: none
	}
	
	a:hover	{
		font-size: 10pt;
		font-family: georgia, times new roman, times, serif;
		text-decoration: underline;
	}
	
	.nav  {
		color: #fbe87e;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		letter-spacing: .09em;
	}
	
	a.nav  {
		color: #fbe87e;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		border-right: medium solid #110909;
		border-left: medium solid #110909;
	}
		
	a.nav:visited  {
		color: #fbe87e;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		border-right: medium solid #110909;
		border-left: medium solid #110909;
	}

	a.nav:hover  {
		color: #feb236;
		/*background-color: #9fb6bf;*/
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		text-decoration: none;
		/*border-top: medium solid #9fb6bf;
		border-bottom: medium solid #9fb6bf;
		border-right: medium solid #9fb6bf;
		border-left: medium solid #9fb6bf;*/
	}
	
	.navselected	{
		color: #feb236;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		text-decoration: none;
		/*border-top: medium solid #9fb6bf;
		border-bottom: medium solid #9fb6bf;
		border-right: medium solid #9fb6bf;
		border-left: medium solid #9fb6bf;*/
		letter-spacing: .09em;
	}
	
	.subnav  {
		color: #110909;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		letter-spacing: .09em;
	}
	
	a.subnav  {
		color: #110909;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		border-right: medium solid #fbe87e;
		border-left: medium solid #fbe87e;
	}
		
	a.subnav:visited  {
		color: #110909;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		border-right: medium solid #fbe87e;
		border-left: medium solid #fbe87e;
	}

	a.subnav:hover  {
		color: #ff6600;
		/*background-color: #d3dfe0;*/
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		text-decoration: none;
		/*border-top: medium solid #d3dfe0;
		border-bottom: medium solid #d3dfe0;
		border-right: medium solid #d3dfe0;
		border-left: medium solid #d3dfe0;*/
	}
	
	.subnavselected  {
		color: #ff6600;
		font-size: 9pt;
		font-family: georgia, times new roman, times, serif;
		font-weight: normal;
		text-decoration: none;
		/*border-top: medium solid #d3dfe0;
		border-bottom: medium solid #d3dfe0;
		border-right: medium solid #d3dfe0;
		border-left: medium solid #d3dfe0;*/
		letter-spacing: .09em;
	}
	
	.footer  {
		color: #fbe87e;
		font-size: 8pt;
		font-family: georgia, times new roman, times, serif;
		text-align: right;
		line-height: 1;
	}
	
	a.footer  {
		color: #fbe87e;
		font-size: 8pt;
		font-family: georgia, times new roman, times, serif;
		text-align: right;
		line-height: 1;
	}
	
	
