body {
	background-color : automatic;
	margin-left : 0px;
}

.mainFolderBox {
	background-color : #5280CB;
	text-align : center;
}

.mainFolderLine {
	color : white;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : black;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

.subFolderBox {
	background-color : #5280CB;
	text-align : center;
}

.subFolderLine {
	color : white;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : yellow;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

.linkBox {
	background-color : #5280CB;
	border-bottom-width : 1px;
	border-color : #5280CB;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 1px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : left;
}

.linkLine {
	color : white;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

.linkLineMouseOver {
	color : black;
	font-family : arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}