      .small{
      	font-size: 60%;
      }
      .menu{
         position: relative;
         width: 100%;
         z-index: 1;
         height: 100%;
         font: 10pt Verdana,sans-serif;
         color: navy;
         overflow: auto;
      }
      .menuItem{
      }
      .relative{
      	position: relative;
      	width: 580;
      	height: 100%;
      }
      .tab{
         color: navy;
         background-color: #CCCCCC;
         border: thin solid navy;
         position: absolute;
         top: 32;
         width: 140;
         text-align: center;
         font: 9pt Verdana,sans-serif;
         z-index: 2;
         padding: 3;
         cursor: pointer;
         cursor: hand;
      }
      .tabTop{
         color: navy;
         background-color: #CCCCCC;
         border: thin solid navy;
         position: absolute;
         top: 10;
         width: 140;
         text-align: center;
         font: 9pt Verdana,sans-serif;
         z-index: 2;
         padding: 3;
         cursor: pointer;
         cursor: hand;
      }
      .panel{
         position: absolute;
         top: 52;
         left: 10;
         width: 560;
         z-index: 1;
         height: 300;
         visibility: hidden;
         font: 12pt Verdana,sans-serif;
         color: navy;
         border: thin solid navy;
         padding: 10;
         overflow: auto;
         background-color: white;
         text-align: left;
      }
      body
      {
      	background-color: white;
      	color: black;
      }
      H1
      {
      	text-align: center;
      }
      H2
      {
      	text-align: center;
      }
	A:link { color: blue }
    A:visited { color: red }
    A:active { color: red }