BODY
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: black;
	background: #DDF;
	margin-right: 8em;
}

P.FOOTER
{
	margin: 0;
	font-size: smaller;
}

PRE
{
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
}

A:link
{
	color: #883;
}

BLOCKQUOTE
{
	font-family: serif;
}

H1, H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #883;
	padding: .2em 1em .2em 1em;
}

H1
{
	font-size: 140%;
	text-align: center;
	margin: .1em auto .1em .1em;
}

H2
{
	font-size: 100%;
	text-align: center;
	margin: .5em auto .5em .5em;
}

H2.TIMEDATE
{
	font-family: "Times New Roman", serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background: #DDF;
	color: #883;
	padding: .2em 1em .2em 1em;
	width: 30em;
	margin: .1em auto .1em .1em;
	border-color: #883;
	border-style: solid;
	border-width: thin 0 thin 0;
}

H3
{
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	color: #883;
	background: transparent;
}

TD.DARK
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #DDF;
	background: #883;
}

TD.LITE
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #883;
	background: #DDF;
}

DIV.NAVBAR
{
	position: fixed;
	top: 1em;
	right: 1em;
	left: auto;
	padding-left: 1em;
	padding-bottom: 1em;
	float: right;
}

DIV.INDENT
{
	padding-left: 3em;
}

TD.DARK A
{
	text-decoration: none;
	color: #DDF;
}

TD.DARK A:hover
{
	text-decoration: underline;
}

TD.LITE A
{
	text-decoration: none;
	color: #883;
}

TD.LITE A:hover
{
	text-decoration: underline;
}

TD.DARK EM, TD.LITE EM
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 300%;
}

