/*---- Main Style Sheet */

	BODY {  	font-family: Arial;
			background: #FFFFFF;
			color: #282828 }				/* nearly black */

	A:link { 	color: #00008B }				/* dark blue */
	A:active { 	color: #DC143C }	 			/* crimson */
	A:visited {	color: #400300 }				/* dark, dark red */

	.invert { 	background: #282828;
			color: #FFFFFF }

	.colored {	color: #4169E1 }				/* royal blue */

	B.colored {	color: #4169E1;				/* royal blue */
			font-style: normal }

	.red { color: #400300 }

	.colossal { font-size: 300% }
	.gigantic { font-size: 200% }
	.huge { font-size: 150% }
	.big { font-size: 130% }
	.small { font-size: 80% }
	.tiny { font-size: 60% }

	.times {	font-family: Times }

	P.address {	font-style: normal;
					text-align: center;
					color: #006400 }			/* dark green */

	ADDRESS	{	font-style: normal;			/* font-style in IE not supported ! */
					text-align: center;
					color: #006400 }			/* dark green */

	TABLE.form {	background: #C0C0C0 }	/* light gray */

	/*---- Style for Toolbar */

	TABLE.toolbar {	background: #483D8B;	/* dark state blue */
						color: #FFFFFF;
						text-align: center;
						font-weight: bold;
						font-size: 10pt;
						margin-top: 0pt;
						width: 600pt; }
	TABLE.toolbar TD.aktivated {		background:  #4169E1 }		/* royal blue */
	TABLE.toolbar A:link { 	text-decoration: none;
								color: #FFFFFF  }

	/*---- Style for Page Foot */
	HR.foot { 	color: #000000; }
	DIV.foot { 	font-family: Times;
					font-size: 7pt; }

	/*---- Others */
	H1.product {	background: #FFFFFF;
					color: #6495ED }		/* cornflower blue */
	H2.product {	background: #FFFFFF;
					color: #282828 }
	H3.product {	background: #FFFFFF;	/* burlywood */
					color: #DEB887 }


	H1.docu {	 	background: #2E8B57;	/* seagreen */
					color: #FFFFFF }
	H2.docu {	 	background: #6495ED;	/* cornflower blue */
					color: #FFFFFF }
	H3.docu {	 	background: #DEB887;	/* burlywood */
					color: #FFFFFF }

	H1.head {	 	color: #008B8B;			/* dark cyan */
					font-size: 150%;
					text-align: center }

	HR.head {		color: #000000; width: 600pt }		/* width property not supported yet !!!*/
	HR.normal {	width: 80% }
	HR.medium { 	width: 50% }
	HR.small {		width: 20% }

