body {
	background-color : #F2F2F2;
	margin-left : 4px;
}

.mainFolderBox {
	color : navy;
}

.mainFolderLine {
	color : navy;
	text-decoration : none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainFolderLineMouseOver {
	color : #999999;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subFolderBox {
	background-color : #F2F2F2;
	color : navy;
}

.subFolderLine {
	color : navy;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subFolderLineMouseOver {
	color : red;
	text-decoration : none;
}

.linkBox {
	background-color : #F2F2F2;
	color : navy;
}

.linkLine {
	color : blue;
	text-decoration : none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.linkLineMouseOver {
	color : gray;
	text-decoration : none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:active {
	color: #000000;
}
a:hover {
	color: #999999;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5858A7;
}
.arial2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
