td {font: arial, sans-serif; }
.tresc {text-align: justify; font: 14px arial, sans-serif; color: #412828;}
.trescc {text-align: center; font: 14px arial, sans-serif; color: #412828;}
.dtytul {text-align: left; font: 18px arial, sans-serif; font-weight: bold; color: #c10f11;}
.mtytul {text-align: center; font: 16px arial, sans-serif; color: #335300;}

ul.tree {
	text-align: left;
	font: 12px arial, sans-serif;
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 15px;
	background-position: left top;
	background-repeat: no-repeat
}

ul.tree li.closed {
	background-position: left top;
	background-repeat: no-repeat
}

ul.tree li.opened {
	background-position: left top;
	background-repeat: no-repeat
}

ul.tree li a {
	color:#996600;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	color:#996600;
	cursor: pointer;
}

ul.tree li a.active {
	color:#FF3300;
}

ul.tree li a.link {
	color:#996600;
}

ul.tree li a.visited {
	color:#996600;
}


ul.tree li a:hover {
	color:#FF9900;
	text-decoration: underline;
}
