/* Document made by: r. krieger

Description:	default whitepaper stylesheet

Last update:	 8/04/2002

Revision history:
 8/04/2002:	reworked, revamped and fully new (following W3C examples)

Current tasks:	maintaining

*/



/* Styling the core body items */
	BODY {
		color: #000000;
		background: #fafafa;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11pt;
	}

	A:link {
		color: #0000ff;
		background: #fafafa;
		text-decoration: none;
	}

	A:visited {
		color: #008000;
		background: #fafafa;
		text-decoration: none;
	}

	A:hover {
		/* color: #0000ff; */
		background: #eaeaea;
		text-decoration: underline;
	}

	A:active {
		color: #008080;
		background: #eaeaea;
		text-decoration: underline;
	}

	P {
		color: #000000;
		background: #fafafa;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11pt;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	/* Workaround for Netscape browsers */
	TABLE {
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11pt;
	}
	TD, TH {
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11pt;
	}



/* Styling the headers */
	H1 {
		color: #404878;
		background: #fafafa;
		font-size: 22pt;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 0;
	}
	H2 {
		font-size: 14pt; 
		font-weight: bold;
		/* font-variant: small-caps; */
		line-height: 1;
		margin-top: 13px;
		margin-bottom: 0;
	}



/* Quick style and placement IDs */
	.middle {
		vertical-align: middle;
	}

	.small  {
		font-size: 8pt;
	}

	.medium {
		font-size: 9.5pt;
	}




/* Special style IDs */
	.navheader {
		color: #404878;
		background: #fafafa;
		font-size: 10pt;
		text-decoration: none;
		font-weight: bold;
		font-variant: small-caps;
	}

	.navitem {
		font-size: 9.5pt;
	}

	.langnote {
		font-size: 8.5pt;
	}

	.signature {
		font-size: 9pt;
	}

	.indent	{
		text-indent: 15pt;
	}

	.scaps  {
		font-variant: small-caps;
	}



