
BODY {
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TD{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
}

.line2 {
	background-color : #E7E7E7;
}

.apptitle{
	background: #336699;
	color: White;
	height : 16px;
}
.apptitle A{
	text-decoration : none;
	color : White;
}
.node-open{
	cursor:pointer;
	cursor:hand ;
	font-weight: bold;
	list-style-image: url(images/folder.gif);
}
.node-close{
	cursor:pointer;
	cursor:hand ;
	font-weight: bold;
	list-style-image: url(images/openfolder.gif)
}

.document{
	list-style-image: url(images/document.gif)
}

.TOC{}
.TOC A {
	text-decoration : none;
	color : Black;
}

.highlight{
	background-color: Yellow;
	font-weight : bold;
}