body {
	margin-left : 0px;
}

.mainFolderBox {
	background-color : #CC0000;
	padding : 1px 1px 1px 1px;
	text-align : center;
}

.mainFolderLine {
	color : #000000;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : #CCFFCC;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}

.subFolderBox {
	background-color : #CCFFCC;
	border : 1px #CC0000 solid;
	padding : 1px 10px 1px 10px;
	text-align : left;
}

.subFolderLine {
	color : #000000;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : normal;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : #CC0000;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : normal;
	text-decoration : none;
}

.linkBox {
	background-color : #CCFFCC;
	border : 1px #CC0000 solid;
	padding : 1px 10px 1px 10px;
	text-align : left;
}

.linkLine {
	color : #000000;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : normal;
	text-decoration : none;
}

.linkLineMouseOver {
	color : #CC0000;
	font-family : times new roman;
	font-size : 12pt;
	font-weight : normal;
	text-decoration : underline;
}
