#wrapper {   
   width: 760px;   
   margin: auto;
   border: auto;
   text-align: left;
 }  

body {
	background: White;
	font: normal 0.6em Tahoma,Verdana,sans-serif;
	text-align: center;
}
A:visited  {
	color: Black;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
A:link  {
	color: Black;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
A:active  {
	color: Red;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
A:hover   {
	color: White;
	background-color: Black;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
.Header {
	color: White;
	font: bold 2.0em Tahoma,Verdana,sans-serif;
	font-stretch : wider;
	height : 69px;
}
.Footer{
	color: White;
	font: bold 0.7em Tahoma,Verdana,sans-serif;
}
.MenuTitle {
	color: White;
	background-color: Black;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	display : block;
}
/* left navigation */
.link_menu {
	background: White;
	color:Black;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	text-decoration: none;
}
.link_menu a:hover {background: Black;}

ul {
	font: normal 0.6em Tahoma,Verdana,sans-serif;
}

h1 {
	font: bold 0.9em Tahoma,Verdana,sans-serif;
}

h2 {
	font: bold 0.8em Tahoma,Verdana,sans-serif;
}

h3 {
	font: bold 0.7em Tahoma,Verdana,sans-serif;
}

p {
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}

.pb {
	font: bold 0.7em Tahoma,Verdana,sans-serif;
}

#tree {width:448px;padding: 10px;float:left;}

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* via css class selector */
.treemenu .ygtvtn {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvtm { background: url(images/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtmh { background: url(images/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtp { background: url(images/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtph { background: url(images/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvln { background: transparent; width:1em; height:20px; }
.treemenu .ygtvlm { background: url(images/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlmh { background: url(images/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlp { background: url(images/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlph { background: url(images/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvloading { background: url(images/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }
.treemenu .ygtvdepthcell { background: transparent; width:1em; height:20px; }
.treemenu .ygtvblankdepthcell {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvitem { border: 0px solid grey; }  
.treemenu .ygtvchildren { }  
.treemenu .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	font-size: 12px;
	color: Black;
	text-decoration: none;
	background-color: transparent;
}