body {
	margin-left : 4px;
}

.mainFolderBox {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.mainFolderLine {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : black;
	text-decoration : none;
}

.subFolderBox {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.subFolderLine {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.subFolderLineMouseOver {
	color : yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.linkBox {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	padding-left : 9px;
}

.linkLine {
	color : navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	padding-left : 9px;
	text-decoration : underline;
}

.linkLineMouseOver {
	color : maroon;
	font-weight : bold;
	padding-left : 9px;
	text-decoration : underline;
}
