body {
	background-color: White;;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	color: Blue;
}
h1 {
	height: 40px;
	background-color: Silver;
	background-image: url(interface/top_background.gif);
	margin: 0;
}
h2 {
	background-image: url(interface/top_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
}
h3 {
	height: 24px;
	font-size: 1px;	
	background-image: url(interface/bottom_shadow.gif);
	margin: 0;
}
h4 {
	height: 95px;
	background-color: Silver;
	background-image: url(interface/bottom_background.gif);
	margin: 0;
}
div.location {
	font-size: 60%;
	font-weight: normal;
}
div.as {
	font-size: 50%;
	font-weight: normal;
	text-align: right;
}
div.file_list {
	font-size: 50%;
	font-weight: normal;
}
div.file_list a {
	color: Blue;
}
div.file_list a:active, div.file_list a:focus, div.file_list a:hover {
	color: #FF7F50;
}
div.file_list a:visited {
	color: Silver;
}
div.dir_list {
	font-size: 50%;
}
.file_desc {
	color: Gray;
}
.thumbnail {
	float: left;
	width: 110px;
	height: 170px;	
	padding: 5px;
	border: 1px solid Gray;
	background-color: Silver;
	background-image: url(interface/top_shadow.gif);
   margin-right: 5px;
	margin-top: 5px;
	text-align: center;
}