body {
}

.mainFolderBox {
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	padding-bottom : 2px;
	padding-top : 2px;
	text-align : left;
	text-transform : none;
}

.mainFolderLine {
	color : white;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	margin : 1px 1px 1px 1px;
}

.mainFolderLineMouseOver {
	color : silver;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
}

.subFolderBox {
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-align : left;
	text-decoration : underline;
}

.subFolderLine {
	color : white;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

.subFolderLineMouseOver {
	color : silver;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

.linkBox {
	color : white;
	font-family : sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : underline;
}

.linkLine {
	color : white;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	line-height : 3pt;
	text-decoration : underline;
}

.linkLineMouseOver {
	color : silver;
	font-family : sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

