/*-------------------------------------------*/
/* Format-Definitionen fuer Navigation LEFT  */
/*-------------------------------------------*/

	
BODY {font-family:arial;
      color:#000000;		/* black */
      font-size: 10pt;}

a:link    {color:#FF0000;
           font-size: 9pt;}   	/* red  */
a:visited {color:#FF0000;
           font-size: 9pt;}	/* red  */
a:active  {color:#FF0000;
           font-size: 9pt;}	/* red  */


a {text-decoration: none;	/* no underline for Links */
  }

h1, h2, ul {
    font-family:Arial;
    font-weight:normal;
    color:#000000;		/* black */
    }

h1 {text-align:left;
    font-variant:normal;
    font-size:12pt;
    line-height:14pt;
    font-weight:bold;
    }

ul {font-size:8pt;
    list-style-type:square;
    list-style-position:outside;
    margin-top:1pt;
    margin-bottom:1pt;
    margin-left:18pt;
    border-color:grey;
    border-top-width:5;
    border-bottom-width:5;
    border-left-width:0;
    border-right-width:0;}

li {margin-left:2pt;}
