body {
	margin-left : 0px;
	text-align : center;
}

.mainFolderBox {
	background-color : transperent;
	margin : 7px 7px 7px 7px;
	text-align : center;
}	

.mainFolderLine {
	background-color : transperent;
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 2em;
	text-decoration : none;
	text-transform : capitalize;
}

.mainFolderLineMouseOver {
	background-color : transperent;
	color : red;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 2em;
	text-decoration : none;
	text-transform : capitalize;
}

.subFolderBox {
	background-color : transperent;
}

.subFolderLine {
	background-color : transperent;
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 2em;
	text-decoration : none;
	text-transform : capitalize;
}

.subFolderLineMouseOver {
	background-color : transperent;
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 2em;
	text-decoration : none;
	text-transform : capitalize;
}

.linkBox {
	background-color : transperent;
	border : 1px silver solid;
	margin-top : 2px;
	padding : 1px 1px 1px 1px;
}

.linkLine {
	background-color : transperent;
	color : black;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 120%;
	padding-bottom : 120%;
	text-decoration : none;
	text-transform : capitalize;
}

.linkLineMouseOver {
	background-color : transperent;
	color : red;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 3em;
	margin-top : 120%;
	text-decoration : none;
	text-transform : capitalize;
}
