
h1           { font-family: Arial; font-size: 14pt; text-align: right; color: #FFFFFF}
h2           { font-family: Arial; font-size: 12pt; text-align: left; margin-left: 20; color: #FFFFFF }
h3           { font-family: Arial; font-size: 10pt; font-weight: bold; margin-left: 20 color: #FFFFFF }
navigation   { font-family: Arial; font-size: 8pt; color: #FFFFFF }
text         { font-family: Arial; font-size: 10pt; text-align: left; margin-left: 20; color: #FFFFFF }

   /* styles for the tree */
   SPAN.TreeviewSpanArea A {
        font-size: 10pt; 
        font-family: arial; 
        text-decoration: none;
        color: white;
        padding: 3px 0px 2px 0px;
		background-color: black; 
       

   }
   SPAN.TreeviewSpanArea A:hover {
         color: white;
		 padding: 3px 0px 2px 0px;
		 background-color: #999;   }