	BODY {
		font-face: Arial;
	}

/* Used for menu links on left */
	.CurrentPage {
		color: white;
		font-size: 14pt;
		background-color: Gray;	
	}
	
	.LongCurrentPage {
		color: white;
		font-size: 11pt;
		background-color: Gray;	
	}

	
	.OtherPage {
		color: black;
		font-size: 14pt;
		background-color: Gray;
	}
	
	.LongOtherPage {
		color: black;
		font-size: 11pt;
		background-color: Gray;	
	}

/* Used for sub menu links on left */
	.CurrentSubPage {
		color: white;
		font-size: 12pt;
		background-color: Gray;	
	}
	
	.OtherSubPage {
		color: black;
		font-size: 12pt;
		background-color: Gray;
	}
	
/* Used for the Page Titles at the top of the page */
	.PageTitle {
		font-size: 36pt;
		text-decoration: underline;
	}
	
	.SubPageTitle {
		font-size: 24pt;
		text-decoration: underline;
	}
	
	.ListingHead {
		font-size: 12pt;
		font-weight: bold;
	}
/* First used on the interactive page in help */
	.IndentedContent {
		margin-left: 30px;
		font-face: arial;
	}
