/* Globale Textstildefinitionen*/
BODY			{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}


P				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}
				

P.small			{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10px;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}
				
TD				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}

TD.small		{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10px;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}

TD.small-red	{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10px;
				font-weight		: medium;
				font-style		: normal;
				color			: #953761;
				}

TD.courier		{
				font-family		: Courier New,Courier,monospace;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: normal;
				color			: #7A7A7A;
				}

TH				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: bold;
				font-style		: normal;
				color			: #7A7A7A;
				}
				
B				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: bold;
				font-style		: normal;
				color			: #7A7A7A;
				}


A:LINK			{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: normal;
				text-decoration	: underline;
				color			: #953761;
				}

A:VISITED		{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: medium;
				font-style		: none;
				text-decoration : underline;
				color			: #7A7A7A;
				}


H2				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 14pt;
				font-weight		: bold;
				text-decoration : none;
				font-style		: normal;
				color			: #953761;
				}
				
H3				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 12pt;
				font-weight		: bold;
				font-style		: none;
				text-decoration	: none;
				color			: #953761;
				}
				
H4				{
				font-family		: Arial, Helvetica, sans-serif;
				font-size		: 10pt;
				font-weight		: bold;
				text-decoration : none;
				font-style		: normal;
				color			: #953761;		
				}
				

HR				{
				color			: #953761;
				}

