/* 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: normal;
	   font-size: 12px;
	   letter-spacing: 2px;
       color: #ffffff; 
       margin-bottom: 2
       }
       
/* h2 is used for normal text */
h2   { font-style: normal;
	   font-size: 8pt;
	   line-height: 200%;
       color: #000000; 
       letter-spacing: 2px;
       }

/* h3 is used for Headlines */
h3   { font-style: normal;
	   font-weight: bold;
	   font-size: 12px;
	    letter-spacing: 2px;
       color: #922224; 
       }

/* h4 is used for headlines */
h4   { font-style: normal;
	   font-weight: bold;
	   font-size: 12pt;
	   line-hight: 16pt;
	   letter-spacing: 3px;
         color: #000000; 
       }
         
         
/* h5 is used for black text */
h5   { font-style: normal;
	   font-weight: normal;
	   font-size: 10px;
	   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:#000000; text-decoration: none;font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	    letter-spacing: 2px
}
A:visited {color:#000000; text-decoration: none;font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	    letter-spacing: 2px
} 
A:active {color:#000000; text-decoration: none;font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	    letter-spacing: 2px
}
A:hover {color:#922224; text-decoration: none;font-style: normal;
	   font-weight: normal;
	   font-size: 11px;
	    letter-spacing: 2px
}