body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
}

#main {
	border: 5px solid #900;
	background-color: #fff;
	padding: 10px;
}

a:link, a:hover, a:visited {
	color: #fff;
}

h1, h2 {
	font-family: arial, tahoma, sans-serif;
	color: #900;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #900;
}

.red {
	color: #900;
}

.grey {
	color: #888;
}

#header {
	background-color: #900;
	background-image: url('red_grad.gif');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 0px 17px 20px;
}

#container {
	padding: 10px 20px 20px 20px;
}

table.fileList {
	border: 1px solid #888;
	border-bottom: 0px;
	margin: 0px 0px 40px 20px;
	width: 600px;
}

table.fileList td.title {
	height: 18px;
	background-color: #ddd;
	background-image: url('gray_grad_no_shadow.gif');
	background-repeat: repeat-x;
	background-position: center left;
	border-bottom: 1px solid #888;
	font-size: 15px;
	font-weight: normal;
	vertical-align: center;
}

table.fileList td.filename, table.fileList td.date {
	height: 18px;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
}
table.fileList td.date {
	width: 160px;
}
