body {
	color : black;
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	margin-left : 4px;
	text-align : center;
}

.mainFolderBox {
	background-color : rgb(35,63,103);
	color : navy;
	font-size : 8pt;
	font-weight : bolder;
	margin : 0px 0px 0px 0px;
	text-align : center;
}

.mainFolderLine {
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : silver;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.subFolderBox {
	color : navy;
	font-size : 8pt;
	font-weight : bolder;
	margin : 0px 0px 0px 0px;
	text-align : center;
}

.subFolderLine {
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : silver;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.linkBox {
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	margin : 0px 0px 0px 0px;
	text-align : center;
}

.linkLine {
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.linkLineMouseOver {
	color : silver;
	font-size : 8pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

