body {
	background-color : white;
	color : gray;
	margin-left : 4px;
}

.mainFolderBox {
	background-color : white;
	color : silver;
	margin : 1px 1px 1px 1px;
	padding : 1px 1px 1px 2px;
}

.mainFolderLine {
	color : black;
	text-decoration : none;
	font-weight: bolder;
}

.mainFolderLineMouseOver {
	color : blue;
	text-decoration : none;
	font-weight: bolder;
}

.subFolderBox {
	background-color : #CCCCCC;
	color : black;
	margin : 0px 0px 0px 0px;
	padding : 1px 2px 1px 2px;
}

.subFolderLine {
	color : black;
	text-decoration : none;
	font-weight: bolder;
}

.subFolderLineMouseOver {
	color : blue;
	text-decoration : none;
	font-weight: bolder;
}

.linkBox {
	background-color : silver;
	color : black;
	margin : 0px 0px 0px 0px;
	padding : 0px 2px 0px 2px;
}

.linkLine {
	color : black;
	font-weight: bolder;
}

.linkLineMouseOver {
	color : #FF3333;
	font-weight: bolder;
}


