body {
	font-size: 10pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
h1 {
	font-size: 11pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 0px 10px 0px;
}
td {
	font-size: 10pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
td.hd {
	font-weight: bold;
	font-size: 10pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
	padding: 0 5px;
}
tr.hide {
	display: none;
}
input {
	font-size: 10pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
.menuLink {
	font-weight: normal;
	font-size: 10pt;
	font-family: "tahoma", "sans-serif", "arial", "helvetica";
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
}
center, p {
	font-size: 10pt;
	text-align: left;
}
span.folder {
	background-image: url("webs/tree.png");
	width: 19px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background-position: 0px -24px;
}
div.opened span.folder {
	background-position: -24px -24px !important;
}
span.blank {
	background-image: url("webs/tree.png");
	width: 19px;
	height: 16px;
	vertical-align: middle;
	background-position: -48px -24px;
	display: inline-block;
}