body {
	text-color : white;
	font-size : small;
	margin-left : 1px;
}

.mainFolderBox {
	background-color : green;
	border : 1px silver solid;
	border-color : #00AA00;
	color : white;
	font-family : sans-serif;
	text-color : white;
	font-size : small;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.mainFolderLine {

	color : white;
	text-color : white;
                font-size : small;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : red;
	font-size : small;
	text-decoration : none;
}

.subFolderBox {
	background-color : green;
	border : 1px silver solid;
	border-color : #00AA00;
	color : white;
	font-family : sans-serif;
	font-size : small;
	margin : 0px 0px 0px 0px;
}

.subFolderLine {
	color : white;
	font-size : small;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : red;
	font-size : small;
	text-decoration : none;
}

.linkBox {
	background-color : green;
	border : 1px navy solid;
	border-color : #00AA00;
	color : white;
	font-family : sans-serif;
	font-size : small;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.linkLine {
	color : white;
	font-size : small;
}

.linkLineMouseOver {
	color : red;
	font-size : small;
}


