/* -------------------------- 
        Bodyformatierung 
   -------------------------- */
	
	

	/* Links */
	A  
		{
		text-align : left;
	 	font-size : 9pt;
	 	line-height : 11pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #003399;;
	 	}
				                          
	A:Visited  
		{
		text-align : left;
	 	font-size : 9pt;
	 	line-height : 11pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	    color : #787878;
	    }
			                          
	A:Active  
		{
		text-align : left;
	 	font-size : 9pt;
	 	line-height : 11pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
		color : #55D6D3;
		}
	                        
	A:Hover  
		{
		text-align : left;
	 	font-size : 9pt;
	 	line-height : 11pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
		color : #55D6D3;
		text-decoration : none;
		}
		
	A.small  
		{
		text-align : right;
	 	font-size : 7pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #003399;;
	 	}
				                          
	A.small:Visited  
		{
		text-align : right;
	 	font-size : 7pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	    color : #787878;
	    }
			                          
	A.small:Active  
		{
		text-align : right;
	 	font-size : 7pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
		color : #55D6D3;
		}
	                        
	A.small:Hover  
		{
		text-align : right;
	 	font-size : 7pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
		color : #55D6D3;
		text-decoration : none;
		}	
   
/* -------------------------- 
        Textformatierung 
   -------------------------- */
                     
	/* Titles */
	.title 
		{
	 	text-align : left;
	 	font-size : 13pt;
	 	line-height : 15pt;
	 	font-family : Verdana, Arial, Univers;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #003399;
	 	}
		
		.subtitle 
		{
	 	text-align : left;
	 	font-size : 11pt;
	 	line-height : 11pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #003399;
	 	}
	
			
	/* Fliesstext */
	.normal    
		{
	 	text-align : left;
	 	font-size : 9pt;
	 	line-height : 12pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #000000;
	 	}
		
	.normalbold    
		{
	 	text-align : left;
	 	font-size : 9pt;
	 	line-height : 12pt;
	 	font-family : Arial;
	 	font-weight : bold;
	 	font-style : normal;
	 	color : #000000;
	 	}
		
	.small    
		{
	 	text-align : left;
	 	font-size : 7pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #000000;
	 	}	
		
	.form    
		{
	 	text-align : left;
	 	font-size : 9pt;
	 	line-height : 9pt;
	 	font-family : Arial;
	 	font-weight : normal;
	 	font-style : normal;
	 	color : #000000;
	 	}		
		

		
	

