* {
	margin: 0px;
	padding: 0px;
}

body {
        background: #000000 url(../images/lightgreen-black_v.jpg) repeat-x; 
	font-size: medium;
	color: silver;
	margin-left:5%;
	margin-right:5%;
}



.pgtitle {
	width:400px;
	margin:40px, auto, 60px, auto;
	font-size:30px;
	font-weight:bold;
	background-color:silver;
	color:#003333;
	border:double;
	padding:10px;
}

.prefix {
	margin-top: 70px;
	font-size:120%;
}


.public1 {
	margin-top: 20px;
	margin-bottom:30px;
}


table.tbl_files {
	width:620px;
	border: 1px solid silver ;
	border-collapse: collapse;
	border-spacing: 0;
}

span.ftitle {
	font-size:120%;
	font-weight:bold;
	color:white;
}

th,td {
   border: 1px solid silver;
   padding-left:5px;
   padding-right:5px;
   
}

td.ftl {
	width:300px;
}
td.fau {
	width:200px;
}
td.fdt {
	width:100px;
}

td.cmt {
	text-align:left;
}

.usage {
	margin-top: 30px;
	font-size:120%;
}

.upload {
	margin-top: 30px;
	font-size:120%;
}


