// This file was created by an anonymous dirhtml user.
// It's kind of funky, but gets the point across that almost any type of formatting is possible

/DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
/HEAD
<style type="text/css">
a:link, a:visited {
	color: #13821C;
	background: transparent;
	font: .9em Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background: #13821C;
	font-size: .9em;
	text-decoration: none;
}

html, body {
	margin: 0;
	padding: 0;
	color: #323A40;
	background: #63677A;
}

.bfra {
	border: 1px inset #252B30;
	padding: .2em;
	color: black;
	background: #006600;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

.btwf {
	border: 1px inset #38B953;
	padding: .2em;
	color: #38B953;
	background: black;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	text-align: center;
}

.filetable {
	padding: .2em;
	color: #323A40;
	background: white;
	text-align: justify;
	border: 1px ridge #13821C;
}

.filetableanchor {
	border: thin inset #63677A;
	padding: .2em;
	color: black;
	background: #13821C;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	}

.folderlinks {
	width: 20%;
	padding: .05em;
	line-height: 110%;
}

.folderlinks a {
	text-decoration: none;
}

.folderlinks a:link, .folderlinks a:visited {
	margin: 0;
	color: #13821C;
	background: #FFFFFF;
	text-decoration: none;
}

.folderlinks a:hover {
	color: #FFFFFF;
	background: #13821C;
	text-decoration: none;
}

.foldertable, .anchortable {
	padding: .2em;
 	margin-bottom: 1em;
        color: #24292D;
	background: #FCFCFC;
	text-align: center;
	border: thin groove #38B953;
}

.hd1 {
	border: 1px inset #252B30;
	padding: .2em;
	color: black;
	background: #13821C;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
}

.hd2 {
	border: 1px inset #38B953;
	margin: 2em;
	padding: .2em;
	color: #38B953;
	background: black;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	text-align: center;
}

.locdat {
	border: 1px ridge #252B30;
	padding: .5em;
	color: #FCFCFC;
	background: #63677A;
	font-size: 1.4em;
	text-align: center;
}

.validate {
	text-align: center;
}

#page {
	border: thin outset #006600;
	margin: 1em 1em 1em 1em;
	padding: 0.5em;
	color: #252B30;
	background: #FCFCFC;
	font-family: "Trebuchet MS",  Tahoma, "Lucida Sans Unicode", sans-serif;
	text-align: justify;
	min-height: 100%;
}


</style>
/CONTENT_TYPE
/START
<div id="page">
<p class="locdat">
<em>Folder:</em> %%DIR <br /><span style="font-size: medium"><em>Created:</em> %%DATE
</span></p>
/TABLEHEADER
<table class="filetable" style="margin: auto; width: 100%">
/FILE_HEADER_TD
class="hd1"
/FOLDER_TABLE_HEADER
<table class="foldertable" style="margin: auto; width: 100%">
/FOLDER_HEADER_TD
class="hd2"
/FOLDER_TD
class="folderlinks"
/ANCHOR_TABLE_HEADER
<table class="anchortable" style="margin: auto; width: 100%">
/ANCHOR_HEADER_TD
class="hd2"
/ANCHOR_TD
class="filetableanchor"
/END
</div>
/HEADER_STYLE
class="hd2"