/* Fontfestlegung : */

h1,h2,h3,h4,p,li,ul,td,table,tr,blockquote,a {
	font-family:arial,helvetica;
	font-size:10px;
}



h1 {
	font-size:10px ;
	font-weight:bold;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2 {font-size:10px ;font-weight:bold;}
h3 {font-size:10px ;font-style:italic;}
h4 {font-size:10px ;font-weight:bold;text-align: left;}

a:link { color:#000064; font-size:10px;}
a:visited { color:#000064; font-size:10px;}
a:active { color:#8080FF; font-size:10px;}


.headline
{font-size:11px ;font-weight:normal;}

h1,h2,h3,li,ul {text-align:left;}


/* Standardhintergruende */
body {
background-color:#FFFFFF;font-size:10px ;
font-family:arial,helvetica;
}

/* Einzelformatierungen */
#blackHeading
	{
		color:				#FFFFFF;
		font-family:		arial,helvetica,sans-serif;
		font-size:			10pt;
		font-style:			bold;
		font-weight:		bold;
		background-color:	#000000;		
	}
	
#newsText
	{
		color:				#000000;
		font-family:		arial,helvetica,sans-serif;
		font-size:			10pt;
		font-style:			normal;
		font-weight:		normal;
		text-align:			left;
	}	

#fairHeading
	{
		color:				#000000;
		font-family:		arial,helvetica,sans-serif;
		font-size:			10pt;
		font-style:			italic;
		font-weight:		bold;
	}
	
#fairText
	{
		color:				#000000;
		font-family:		arial,helvetica,sans-serif;
		font-size:			10pt;
		font-style:			normal;
		font-weight:		normal;
		text-align:			left;
	}	
#footnote
	{
		color:				#000000;
		font-family:		arial,helvetica,sans-serif;
		font-size:			8pt;
		font-style:			normal;
		font-weight:		normal;
		margin-top : 		4pt;
	}	
	#tophead
	{
		color:				#ffffff;
		font-family:		arial,helvetica,sans-serif;
		font-size:			12pt;
		font-style:			bold;
		font-weight:		bold;		
	}