<!--

/* Core set of elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}



/* Page body */
body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 26px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center;
	color: #6b5d40;
	background-color: #FFF8DB;
	background-image:url(page.png);
	background-repeat:repeat-y;
	background-attachment: top;
	background-position: center;
}

/* Unvisited links. */
a, a:link {
	color: #e55600;
	text-decoration: underline;
}

/* Visited links. */
a:visited {
	color: #e55600;
	text-decoration: underline;
}

/* Links mouseover. */
a:hover {
	background-color: #e55600;
	color: #FFF8DB;
	text-decoration: underline;
}

/* Main page contents */
div#contents
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 720px;
	text-align: left;
}

/* TOC link */
p#toc
{
	text-align: right;
}

/* Page heading text */
p#heading
{
	font-size:18pt;
	font-style:italic;
	font-weight:bold;
	text-align: center;
}

/* Letter box */
table#letterbox
{
	width: 600px;
	text-align: left;
	background-color; white;
	border-width: 1px;
	border-style: solid;
	border-color: #e8d4a1;
}
