/* CSS Document */

	p { margin-top:10px;  }
	
	
	
	br { clear: left; }
	  
	img { border:0; }	  
	
	* { margin: 0px; padding: 0px; }
	
	ul { margin-left:30px; }
	
	li { color:#000; }
	
	.pageli { color:#000; margin-left:45px;  }
	
	.Folder{
		width:400px;
		height:20px;
		padding:4px;
		float:left;
		color: #000000;
		background:#ec5a29;
		margin-bottom:3px;
		}

	.Folder:hover{
		width:400px;
		height:20px;
		padding:4px;
		float:left;
		color: #000000;
		background:#f8835b;
		margin-bottom:3px;
		}

	.File{
		width:400px;
		height:20px;
		padding:4px;
		float:left;
		color: #000000;
		background: #DFE2F1;
		margin-bottom:3px;
		}
	

