.tree {
    background-color: rgb(66,97,133);
    height: 314px;
    width: 160px;
    font-size: 12px;
  }


.level0 {
    background-color: rgb(66,97,133);
    height:30px;
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top:8px;
    padding-left: 20px;
  }


.levelopen0 {
    background-color: rgb(66,97,133);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
	height:30px;
	font-style:italic;
	 padding-top:8px; 
       padding-left: 20px;
  }


.level1 {
    background-color: rgb(66,97,133);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 40px;
    padding-bottom: 6px;
    height:20px;
     padding-top:3px;
  }


.levelopen1 {
    background-color: rgb(66,97,133);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 40px;
    padding-bottom: 6px;
    padding-top:3px;
    font-style:italic;
    height:20px;
  }

.level2 {
    background-color: rgb(66,97,133);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 60px;
    padding-bottom: 6px;
    height:20px;
     padding-top:3px;
  }


.levelopen2 {
    background-color: rgb(66,97,133);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 60px;
    padding-bottom: 6px;
    padding-top:3px;
    font-style:italic;
    height:20px;
  }

