/* Links */
	A:link { font-size:9pt;color:#990000;text-Decoration:none }
	A:visited { font-size:9pt;color:#990000;text-Decoration:none }
	A:hover { font-size:9pt;color:#990000;text-Decoration:none }
    A:active { font-size:9pt;color:#990000;text-Decoration:none }
	
/* Allgemein */
    body{	; background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;   
        text-decoration:none;


}
	all { font-size:9pt;font-family:Verdana, Arial; }
	td { font-size:9pt;font-family:Verdana, Arial; }

	
/* TD's */

	td.text { font-size:10pt;color:#FFFFFF;text-Decoration:none }
	td.smalltext { font-size:8pt;color:#FFFFFF;text-Decoration:none }
	
	
	input, option
	{
	border-color:#3C3C3C;
	border-width:1;
	font-family:tahoma,verdana, Helvetica;
	font-size:11;
	background-color:#eeeeee;
	color:#3C3C3C;
	}

	select
	{
	font-family:tahoma, verdana, Helvetica;
	font-size:11px;
	}

	textarea
	{
	border-color:#3C3C3C;
	border-width:1;
	overflow:hidden;
	font-family:tahoma,Arial, Helvetica;
	font-size:11;
	color:#000000;
	background-color:#eeeeee;
	}

input.submit {
   background-color: #e0e0e0;
   font-weight: bold;
  }