
/* The following are all used by tree.js */

default {
	font-family: Tahoma;
	font-size: 8pt;
	color: Black }

a {
	font-family: Tahoma;
	font-size: 8pt;
	color: Red }

.sd 
   {
   margin: 0px;
   padding: 0px;
   font-family: Tahoma;
   color: WindowText;
   white-space: nowrap;
   }

.si 
   {
   font-family: Tahoma;
   FONT-SIZE: 8pt;
   color: WindowText;
   white-space: nowrap;
   }

.si a 
   {
   font-family: Tahoma;
   vertical-align: bottom;
   color: black;
   text-decoration: none;
   }

.si p 
   {
   font-family: Tahoma;
   vertical-align: bottom;
   color: black;
   text-decoration: none;
   }
   
.si a:hover 
   {
   font-family: Tahoma;
   color: black;
   text-decoration: underline;
   }

.si a:active 
   {
   font-family: Tahoma;
   background: highlight;
   color: highlighttext;
   text-decoration: none;
   }

.si img 
   {
   font-family: Tahoma;
   vertical-align: bottom;
   border: 0px;
   }

A:link 
	{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: Black; 
	text-decoration: none 
	}

A:visited 
	{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: Black; 
	text-decoration: none 
	}

A:hover {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: Black; 
	text-decoration: underline 
	}

td.link_index_title 
	{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
	}
	
	