@charset "UTF-8";
/* CSS Document */

/* SMALL FONT SIZE */
   .smfont {
	font-size: 8pt;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
   }
   
   /* LARGE FONT SIZE */
   .lgfont { 
   font-size: 10pt;
   font-family: Georgia, "Times New Roman", Times, serif;
   }
   
   /* BOLD FONT */
   .boldtext { 
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   }
   
   /* ACCENTED FONT */
   .accent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
   }
   
   /* HIGHLIGHT TEXT */
   .highlighttext {
	color: #EB004B;
	font-weight: bold;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
   }
   .highlighttext-grau {
	color: #666666
}
   
   /* ACCENT TEXT */
   .accenttext { 
   color: #EB004B; 
   font-weight: bold; 
   font-family: Georgia, "Times New Roman", Times, serif;
   }

