/* Is het expliciet opgeven van font-family voor elke tag nog steeds nodig? */

BODY		{
			margin-left:		0px;
			margin-bottom:		0px;
			margin-top:			0px;
			margin-right:		0px;
			background-color:	white;
			background-image:	url(../Images/Pinstripes2.png);
			}

/* Options for the header */

/*

#header 	{
			top:				0px;
			height:				30px;
			background-color:	black;
			font-family:		"Helvetica";
			font-size:			15pt;
			color:				white;
			}
			
*/

/* Options for the menu */

#menu		{
			font-family:		"Helvetica";
			font-size:			10pt;
//			background-color:	#EDEDED;
//			background-image:	url(../Images/Pinstripes);
			width:				120px;
			top: 				0px;
			left: 				0px;
			position:           absolute;
}

#menu P		{ 
			font-family:		"Helvetica";
			font-size:			10pt;
			color:				red;
			margin:				4pt;
			}

#menu A		{
			color:				#000000;
			text-decoration: 	none;
			}

#menu A:visited	{
			color:				#000000;
			text-decoration: 	none;
			}

#menu A:active	{
			color:				#a0a0a0;
			text-decoration: 	none;
			}

#menu A:hover	{
			color:				#a0a0a0;
			text-decoration: 	none;
			}

#menu IMG	{
			border-width:		0px;
			}

/* Options for the content */

#content	{
			font-family:		"Helvetica";
			font-size:			10pt;
			color:				black;
			padding-right:		30px;
			padding-left:		4pt;
			padding-top:		1pt;
			padding-bottom:		1pt;
			top:				0px;
			left:				120px;
			position: 			absolute;
			background-color:	white;
			}

#content TABLE		{
			margin-left:		10pt;
			margin-right:		40px;
//			padding:			2px;
			}

#content TH			{
			font-family:		Helvetica;
			font-size:			10pt;
			color:				black;
			vertical-align:		top;
			font-weight: 		bold;
			}

#content TD			{
			font-family:		"Helvetica";
			font-size:			10pt;
			color:				black;
			vertical-align:		top;
			margin-left:		5pt;
			}
			
#content CAPTION		{
			font-size:			10pt;
			font-weight:		bold;
/*			margin-left:		10pt;
			margin-rigt:		10pt;
			margin-top:			 2pt;
			margin-bottom:		 2pt; */
			margin:				2pt;
			}

#content .object_caption {
			margin-left:		15pt;
			margin-right:		15pt;
			}

#content P			{
			font-family:		"Helvetica";
			font-size:			10pt;
			color:				black;
			margin-left:		5pt;
			text-align: 		justify;
			}
			
#content LI			{
			text-align:			justify;
			}
	
#content ADDRESS		{
			margin-left:		5pt;
			}
		
#content H1			{
			font-family:		"Helvetica";
			font-size:			16pt;
			color:				#a00000;		
			border:				1px solid;
			border-color:		gray;
			margin-left:		2pt;
			padding:			1px;
			}

#content H2			{
			font-family:		Helvetica;
			font-size:			14pt;
			color:				#500000;
			margin-left:		2pt;
			}
		
#content H3			{
			font-family:		"Helvetica";
			font-size:			12pt;
			color:				#500000;		
			margin-left:		3pt;
			}

#content H4			{
			font-family:		"Helvetica";
			font-size:			11pt;
			color:				#500000;		
			margin-left:		4pt;
			}

#content H5			{
			font-family:		"Helvetica";
			font-size:			10pt;
			color:				#500000;		
			margin-left:		5pt;
			}
				
#content A			{
//			color:				#404040;
//			color: 				#540D44;
//			color:				#500000;
//			color:				#c5621d;
			color:				#b44c14;
			text-decoration:	none;
			}

#content A:visited	{
//			color:				#404040;
//			color:				#350000;
			color:				#88390f;
			text-decoration: 	none;
			}

#content A:active	{
//			color:				#404040;
			color:				#500000;
			text-decoration: 	none;
			}

#content A:hover		{
//			color:				#d0d0d0;
			color:				#a00000;		
			text-decoration: 	none;
			}
			
#content CODE		{
			font-family:		"Monaco", "Courier New";
			font-size:			9pt;
			color:				black;			
			margin-left:		7pt;
			}

#content PRE			{
			font-family:		"Monaco", "Courier New";
			font-size:			9pt;
			color:				black;			
			margin-left:		7pt;
			}
			
#content IMG			{
//			border-width:		1px;
			border-color:		black;
			}

/ * Attendance list options */

#attendance li { margin-top: 5pt }
#attendance li li { margin-top: 0pt }

