p.headline { 
  font-weight: bold;
  font-family: arial;
  font-size: 12pt;
  color:#000000;
}

p.text { 
  font-weight: bold;
  font-family: arial;
  font-size: 10pt;
  color:#000000;
}

p.table { 
  font-weight: normal;
  font-family: arial;
  font-size: 10pt;
  color:#000000;
}

.text_red { 
  font-weight: bold;
  font-family: arial;
  font-size: 10pt;
  color:#FF0000;
}

.text { 
  
  font-family: arial;
  font-size: 10pt;
  color:#000000;
}

.small {
   font-family:'Arial';
   font-size:8pt;
}

.headline {
   font-family:'Arial';
   font-size:10pt;
   font-weight:bold;
}

.headline2 {
   font-family:'Arial';
   font-size:12pt;
   font-weight:bold;
}

.headline3 {
   font-family:'Arial';
   font-size:14pt;
   font-weight:bold;
}

.headline4 {
   font-family:'Arial';
   font-size:16pt;
   font-weight:bold;
}

.forum_headline {
   font-family:'Arial';
   font-size:10pt;
   font-weight:bold;
   color:#FFCC00;
}

a {
  font-weight: bold;
  font-family:'Arial';
  font-size:10pt;
  text-decoration:none;
}

.menu_main, a.menu_main:link, a.menu_main:visited, a.menu_main:active {
  font-family:'Arial';
  font-size:10pt;
  font-weight:bold;
  text-decoration: none;
  color: #000000;
}

.menu_header, a.menu_header:link, a.menu_header:visited, a.menu_header:active {
  font-family:'Arial';
  font-size:10pt;
  font-weight:bold;
  text-decoration: none;
  color: #1a0550;
}

.menu_sub, a.menu_sub:link, a.menu_sub:visited, a.menu_sub:active {
  font-family:'Arial';
  font-size:8pt;
  font-weight:medium;
  text-decoration: none;
  color:#FF0000;
}



