

  * {         font-family:optima, tahoma, helvetica, helv, Arial, sans-serif.Arial; 
              color:#020202; 
  }
  H1 {        font-size:16pt;
              font-weight: bold;
              height: 16pt;
              margin-bottom: 0pt; 
              margin-top: 0pt;
              margin: 0pt;
  }
  H1.title {  font-size:13pt;
              font-weight: bold;
              height: 13pt;
              margin-bottom: 0pt; 
              margin-top: 0pt;
              margin: 0pt;
  }
  H2 {        font-family:optima, tahoma, helvetica, helv, Arial, sans-serif.Arial; 
              color:#020202; 
              font-size:16pt;
              font-weight: normal;
              height: 16pt;
              margin-bottom: 0pt; 
              margin-top: 0pt;
              margin: 0pt;
  }
  H2.title {  font-size:13pt;
              font-weight: normal;
              height: 13pt;
              margin-bottom: 0pt; 
              margin-top: 0pt;
              margin: 0pt;
  }

  H3 {        font-family:optima, tahoma, helvetica, helv, Arial, sans-serif.Arial; 
              color:#020202; 
              font-size:12pt;
              font-weight: bold;
              height: 14pt;
  }
  P {         margin-bottom: 2pt; 
              margin-top: 3pt;
              
  }
  
  TR.blue {   background-color: #b9b9f0;
  }

  TD.menu_normal { background-color: #b9b9f0;
		border-left: 4px solid #b9b9f0;
		border-right: 4px solid #b9b9f0;
  }
  TD.menu_active { background-color: #ffffff;
		border-left: 4px solid blue;
		border-right: 4px solid blue;
  }
  TD.menu_inactive { background-color: #b9b9f0;
		border-left: 4px solid #b9b9f0;
		border-right: 4px solid #b9b9f0;
  }


/*links*/ 
a { color: blue; font-size: 100%; font-weight: bold; text-decoration: none; } 
a:hover { text-decoration: underline; } 
a:visited { color: #4242dd; }