body {
	margin-left : 4px;
}

.mainFolderBox {
	background-color : white;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.mainFolderLine {
	color : navy;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : blue;
	font-weight : bold;
	text-decoration : none;
}

.subFolderBox {
	background-color : white;
	color : navy;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.subFolderLine {
	color : navy;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : blue;
	font-weight : bold;
	text-decoration : none;
}

.linkBox {
	background-color : white;
	color : navy;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.linkLine {
	color : blue;
	text-decoration : none;
}

.linkLineMouseOver {
	color : blue;
	font-weight : bold;
}

