/* font used at language selection */
h1,h2,h3,h4,h5,h6,h7,p,font,span,a,ul,li  {font-family: Arial, Helvetica, Verdana;}

body   { font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	   line-hight: 10pt
         color: #000000; }


/* h1 is used for Headlines */
h1   { font-style: normal;
	   font-weight: bold;
	   font-size: 13px;
       color: #000000; 
       margin-bottom: 2
       }
       
/* h2 is used for normal text */
h2   { font-style: normal;
	   font-weight: normal;
	   font-size: 12px;
	    letter-spacing: 2px
         color: #000000; }

/* h3 is used for Headlines with line */
h3   { font-style: normal;
	   font-weight: bold;
	   font-size: 10pt;
       color: #000000; 
       border-bottom:solid thin #E1AE21
       }

/* h4 is used for black text */
h4   { font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	   line-hight: 13px;
	   color: #000000; }

/* h5 is used for black text */
h5   { font-style: normal;
	   font-weight: normal;
	   font-size: 9px;
	   line-hight: 12px;
	   color: #000000; }


/* h6 is used for buttons */       
h6   { font-style: normal;
	   font-weight: normal;
	   font-size: 9pt;
         color: #000000; }
         
        
         
         

A:link {color:#707072; text-decoration: none;}
A:visited {color:#707072; text-decoration: none;} 
A:active {color: #000000; text-decoration: none;}
A:hover {color: #000000; font-weight: bold;}