.STL_INVISIBLE
{
    display: none;
}

.STL_VISIBLE
{
    padding: 0;
}

.STL_BRANCH1
{
    width: 99,99%;
    font-size: 12px;
    line-height: 20px;
    padding:0;
    text-decoration: none;
    color: #006699;
}

.STL_BRANCH2
{
    width: 99,99%;
    /* to display the list horizontaly */
    /*font-size: 11px;*/
    font-size: 11px;
    line-height: 20px;
    padding:0;
    text-decoration: none;
    color: #006699;
}

.STL_LEAF
{
    width: 99,99%;
    /* to display the list horizontaly */
    /*font-size: 10px;*/
    font-size: 11px;
    line-height: 20px;
    padding:0;
    text-decoration: none;
    color: #006699;
}

a:link{
	color:#069;
	}
a:visited{
	color:#333;
	}

a:hover{
	color:#e48034;
	}
a:active{
	color:#069;
	}