

<style type="text/css">

	/* PlaceHolder is there because Firefox is doing something REALLY funky and ignoring the first class on my sheet */
	.PlaceHolder
	{
	
	}

	div.TableOfContents
	{
		margin-bottom: 20px;	
	}
	div.TableOfContents hr
	{
		margin-top: 20px;
	}
	
	div.TableOfContents p
	{
		margin-bottom: 0px;
		padding-bottom: 2px;
	}
	
	div.TableOfContentsEntry
	{
		margin-top: 2px;
		margin-bottom: 3px;		
		
		padding-left: 20px;
	}
	
	div.CategorizedList
	{
		margin-bottom: 10px;
		padding-top: 7px;
	}
	
	div.ListCategory
	{
		margin-top: 40px;
		margin-bottom: 5px;
			
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		
		border: solid 1px #003466;
		background-color: #dee3f7;
	}
	div.FirstCategory
	{
		margin-top: 0px;
	}
	
	div.ListEntry
	{
		margin-bottom: 5px;		
		
		padding-left: 20px;
	}
	
	div.ListEntryExpansion
	{
		padding-left: 30px;
		margin-bottom: 15px;			
	}
	
	span.ListEntryDescription
	{
		padding-left: 10px;
		margin-left: 10px;
	}
	
	div.CategoryLevelBackToTop
	{
		padding-top: 5px;
		padding-left: 10px;
	}
	
	div.ItemLevelBackToTop
	{
		padding-left: 20px;
	}
	
	a.BackToTop
	{
		font-size: 0.85em;
	}
	
	/* Category Anchor (not a link, really, just an anchor) */
	a.CategoryAnchor
	{
		text-decoration: none;	
		font-weight: bold;
		font-size: 1.15em;
		font-family: arial;
		color: #003466;
	}
	a.CategoryAnchor:visited
	{
		text-decoration: none;	
	}
	a.CategoryAnchor:hover 
	{
		text-decoration: none;	
	}
	
	
	
	
	/* Old version - TRY VERY HARD to get rid of all pages that use this with tables!!!*/
	/* Categorized List Tables (NOTE: when use this class for a table, you SHOULD also use "NormalText".  Stupid Tables...) */
	.CategorizedList
	{
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
	}
	.ListCategory
	{
		border: solid 1px #003466;
		background-color:#dee3f7;
		padding-left:10px;
	}
	.ListEntry
	{
		padding-left:20px;
		padding-bottom:2px;
	}
	.LastListEntry
	{
		padding-left:20px;
		padding-bottom:20px;
	}
	.FirstListEntry
	{
		padding-left:20px;
		padding-bottom:2px;
		padding-top:3px;
	}
	.OnlyListEntry
	{
		padding-left:20px;
		padding-bottom:20px;
		padding-top:3px;
	}
	
	
		
</style>
