/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: #4169E1;
	background: transparent;
	font: .9em Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #1E90ff;
	background: #f5f5f5;
	font-size: .9em;
	text-decoration: none;
}

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

.bfra {
	border: 1px inset #4169E1;
	padding: .2em;
	color: #f5f5f5;
	background: #4169E1;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

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

.filetable {
	padding: .2em;
	color: #333C42;
	background: white;
	text-align: justify;
	border: 1px ridge #87CEFA;
}

.filetableanchor {
	border: thin inset #F0F8FF;
	padding: .2em;
	color: #F5F5F5;
	background: #1E90FF;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	}

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

.foldertable, .anchortable {
	color: #333C42;
	background: white;
	padding: .2em;
 	margin-bottom: 1em;
	text-align: center;
	border: 1px ridge #87CEFA;
        border-top: thin groove #87CEFA;
        border-left: thin groove #87CEFA;
}

.hd1 {
	border: 1px inset #1E90FF;
	padding: .2em;
	color: #F5F5F5;
	background: #1E90FF;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
}

.hd2 {
	border: 1px inset #1E90FF;
	margin: 2em;
	padding: .2em;
	color: #1E90FF;
	background: #F5F5F5;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
}

.locdat {
	border: 1px ridge #048BFF;
	padding: .5em;
	color: #048BFF;
	background: White;
	font-size: 1.4em;
	text-align: center;
}

.validate {
	text-align: center;
}

#page {
	border: 1px ridge #87CEFA;
	margin: 1em 1em 1em 1em;
	padding: 1em;
	color: #272D32;
	background: #F5F5F5;
	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="hd2"
/FOLDER_TABLE_HEADER
<table class="foldertable" style="margin: auto; width: 100%">
/FOLDER_HEADER_TD
class="hd1"
/ANCHOR_TABLE_HEADER
<table class="anchortable" style="margin: auto; width: 100%">
/ANCHOR_HEADER_TD
class="hd1"
/ANCHOR_TD
class="filetableanchor"
/END
</div>
/HEADER_STYLE
style="border: 1px inset #1E90FF;	margin: 2em; padding: .2em; color: #FFF; background: #1e90ff; font-weight: bold; font-size: 1em;line-height: 110%; text-align: center;"
