﻿body {
	color : #A09FB2;
	font-family : sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	margin-left : 4px;
	text-decoration : none;
	}
.mainFolderLine {
	color : #A09FB2;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color :#b61e42;
	text-decoration : none;
}

.subFolderLine {
	color : #A09FB2;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : #b61e42;
	text-decoration : none;
}

.linkLine {
	color :#A09FB2;
	line-height : 1.5em;
	text-decoration : none;
}

.linkLineMouseOver {
	color : #b61e42;
	line-height : 1.5em;
	text-decoration : none;
}

