/* CSS Document */
	.main	{
		font-size: 10pt;
		font-family: georgia, verdana;
	}
	
	.bodySection	{
		padding:5px; 
		border: 1px solid #FFA74F; 
		background-color:#990000; 
		width:775; 
		margin-top:20px; 
		/*margin-bottom:50px;*/
	}
	
	.bodyContent	{
		padding:10px;
		border: 1px solid #000000; 
		border-top: none;
	}
	
	.header	{
		font-family: georgia, times, times new roman, serif;
		font-size: 18pt;
		font-weight: bold;
		padding-right: 7px;
		color:#990000;
	}
	
	.quote	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color:#990000;
	}
	
	.nav	{
		font-size:9pt;
		font-family:arial black;
		color:#990000;
	}
	
	a:hover	{
		text-decoration:none;
		background-color:#990000;
		color:#FFA74F;
	}
	
	ul	{
		list-style:url(images/bullet.gif);
	}
	ul.reverse	{
		list-style:url(images/bullet_2.gif);
	}
	
	.boxCallout	{
		font-family:arial,verdana,helvetica;
		font-size:8pt;
		color:#FFA74F;
	}
	
	.navOn	{
		color:#FFA74F;
		background-color:#990000;
		font-size:9pt;
		font-family: georgia, times, times new roman, serif;		
	}
	
	.navOff	{
		color:#990000;
		background-color:#FFA74F;
		font-size:9pt;
		font-family: georgia, times, times new roman, serif;		
	}
	
	.topNav	{
		font-weight:bold;
		text-decoration:none;
		color:#990000;
	}
	
	.txt8pt	{
		font-size:8pt;
	}
	