
			body.document
			{
				background-color: #eeeeee;
				font-family: sans-serif
			}
			
			a:link {color: #000000; text-decoration: none}
			a:visited {color: #000000; text-decoration: none}
			a:active {color: #888888; text-decoration: none}
			
			img:link {color: #000000; text-decoration: none}
			
			.mainMenu
			{
				color: #000000;
				background-color: #dddddd;
				text-align: left;
				border: 1 solid #999999;
			}
			
			.contentTable
			{
				width: 100%;
			}
			
			.tocEntry
			{
				border-bottom: solid 1 grey;
			}
			
			.contentHeading
			{
				line-height: 1;
				color: #eeeeee;
				font-weight: bold;
				background-color: #ff0000;
				border-left: 1 solid #999999;
				border-top: 1 solid #999999;
				border-right: 1 solid #999999;
				padding: 5 10 5 10;
			}
			
			.content
			{
				border: 1 solid #999999;
				padding: 10 10 10 10;
				background-color: white;
			}
			
			body.contentsPart
			{
				padding: 0 10 10 10;
				margin: 0 0 0 0;
				background-color: #eeeeee;
				font-family: sans-serif
			}
			
			dd.biblio
			{
				margin-left: 0;
			}
			
			.lastName
			{
				font-weight: bold;
			}
			
			.menuButton
			{
				border: 0;
				background-color: #dddddd;		
				width: 200;
				text-align: left;
				padding-left: 10px;
				border: 1 solid #dddddd;
				line-height:1.5;
			}
			
			.menuButtonHover
			{
				border: 0;
				background-color: #cccccc;		
				width: 200;
				text-align: left;
				padding-left: 10px;
				border-left: 1 solid #cccccc;
				border-right: 1 solid #cccccc;
				border-top: 1 solid #999999;
				border-bottom: 1 solid #999999;
				line-height:1.5;
			}

			.menuButtonCurrent
			{
				border: 0;
				background-color: #eeeeee;		
				width: 200;
				text-align: left;
				padding-left: 10px;
				border: 1 solid #eeeeee;
				line-height:1.5;
			}
			
			#subMenu
			{
				margin: 0 0 0 0;
				border: 1 solid #999999;
			}

			#mainMenu
			{
				margin: 0 0 0 0;
			}

			.mainMenuButton
			{
				border: 0;
				background-color: #dddddd;		
				text-align: center;
				border: 1 solid #dddddd;
				line-height:1.2;
			}
			
			.mainMenuButtonHover
			{
				border: 0;
				background-color: #cccccc;		
				text-align: center;
				border-left: 1 solid #999999;
				border-right: 1 solid #999999;
				border-top: 1 solid #cccccc;
				border-bottom: 1 solid #cccccc;
				line-height:1.2;
			}

			.mainMenuButtonCurrent
			{
				border: 0;
				background-color: #eeeeee;		
				text-align: center;
				border: 1 solid #eeeeee;
				line-height:1.2;
			}
