body
{
   background-color: #c6c3c6; 
}

.news, .mainItem
{
  background-color: white;
}

td, .typewriter
{
  font-family: courier new;
  font-size: 10pt;
	color: black;
}

td
{
/* font-family: Verdana*/
}

.highlightItem
{
  background-color: #DAD8D8;
}
 
.menubar, .sideMenuHeader, .header
{
 background-color: rgb(132, 132, 132);
 color: white;
} 
  
.menubar
{
  font-family: Verdana;
 font-size: 8pt;
 
}

a:link, a:visited, a:hover
{
  text-decoration: none;  
  color: steelblue; 
}

a:hover
{
  text-decoration: underline;  
}

A.menubar:link    
{
  text-decoration: none;  
  color: white; 
}

A.menubar:Visited 
{
 text-decoration: none;  
 font-weight: bold;
 color: white; 
}

A.menubar:hover  
{   
  text-decoration: none;  
  /*background-color:white;*/
  color: black;
} 


.sideMenuHeader, .Header
{
 font-size: 14pt;
}


.subHeader
{
  background-color: rgb(176, 176, 176);
  color: white;
  font-size: 12pt;
}

.sideMenu
{
  font-size: 12pt;
}

A.sideMenu:link, A.subSideMenu:link
{
  color: black ;
  text-decoration: none;
}

A.sideMenu:visited, A.subSideMenu:visited
{
  color: black ;
  font-weight: bold;
  text-decoration: none;
}

A.sideMenu:hover, A.subSideMenu:hover
{
  color: gray;
  text-decoration: underline;
}


/* tree */
.treeEl1,.treeEl1b 
{ 
  height:20px;  
  background-color: rgb(168, 168, 168);
  color: white;
  font-size: 12pt;
}
.treeEl2,.treeEl2b { background-color:#F2F2F2; height:20px; border-bottom:1px solid #FFFFFF; }
.treeEl3,.treeEl3b { padding:0 0 0 0;   }
.treeEl1,.treeEl2,.treeEl3 { width:600; }
.treeEl1b,.treeEl2b,.treeEl3b { width:600; }
.treeImg1 { display:inline;  margin-right:4px; }
.treeTxt1, a.treeTxt1, a.treeTxt1:link, a.treeTxt1:visited, a.treeTxt1:hover
{ text-decoration:none; 
  background-color: rgb(168, 168, 168);
  color: white;
  font-size: 12pt
}

.treeTxt2 { font-size:12px; color:#000000;  }
.treeDisplay1 { display:block; }
.treeTab1 { float:left; width:18; }
.treeTab2 { float:right; width:340; }

.layer3
{
	text-decoration:none; 
	background-color: #F2F2F2;
	color: steelblue;
	font-size: 12pt
}
