  a { 
    text-decoration:none;
  }
  a.weiss {
    color: #FFFFFF;
  }
  a.grau {
    color: #969C9E;
  }
  a:hover {
    text-decoration:none;
    color: #000000;
  }
  code {
  	font-size:9pt;
  	font-family : monospace;
  }
  pre {
  	font-size:9pt;
  	font-family : monospace;
  }
  th{
  	font-family: Arial, Helvetica, sans-serif;
  	font-size : 10pt;
  	font-weight : bold;
  	background-color : #E0E0E0;
  	text-align: left;
  }
  td {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size : 10pt;
  	text-align: left;
  }
  .td_small {
    font-weight: bold;
  	font-size : 7pt;
    color: #999999;
  }
  .td_pictext {
  	font-size : 7pt;
    color: #000000;
  }
  .td_bottom {
  	font-size : 8pt;
    color: #999999;
  }
  .mainnavi {
  	font-size : 13px;
    color: #FFFFFF;
    text-align: center;

  }
  .subnavi {
  	font-size : 8pt;
    color: #000000;
  }
  body{
  	font-family: sans-serif;
  	font-size : 10pt;
  }
  h1 {
  	font-family: sans-serif;
  	font-size: 16pt;
  	color: #A64200;
  	font-weight : bold;
  }
  h2 {
  	font-size: 14pt;
  }
  h3 {
  	font-size: 12pt;
  }
