body {
}

.mainFolderBox {
	background-color : 000099;
	padding : 3px 3px 3px 3px;
	text-align : left;
}

.mainFolderLine {
	color : white;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : red;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : center;
	text-decoration : none;
}

.subFolderBox {
	background-color : 0000FF;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.subFolderLine {
	color : white;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : left;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : red;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : left;
	text-decoration : none;
}

.linkBox {
	background-color : 0000FF;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.linkLine {
	color : white;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : left;
	text-decoration : none;
}

.linkLineMouseOver {
	color : red;
	font-family : cursive;
	font-size : 11pt;
	font-weight : bolder;
	text-align : left;
	text-decoration : none;
}


