BODY.top {
	font-family:		sans-serif;
	color:			white;
	background-color:	#003600;
	text-align:		center;
}

BODY.top A:link {
	color:			aqua;
}

BODY.top A:visited {
	color:			olive;
}

BODY.top A:hover {
	color:			fuchsia;
}

BODY.top A:active {
	color:			#DD9D39;
}

BODY.top H1 {
	font-size:		3em;
	color:			#E948AF;
	background-color:	#282828;
	margin:			20pt 40pt;
	padding:		10pt 10pt;
}

BODY.top H2 {
	font-size:		1.5em;
}

BODY.top EM.exclusion-clause {
	color:			#FF6929;
	font-style:		normal;
	text-decoration:	underline;
}

BODY.top DIV.index {
	font-size:		2em;
}

BODY.top TABLE.history {
	width:			60%;
	margin:			10pt auto;
}

BODY.top TABLE.history CAPTION {
	margin:			10pt auto;
}
BODY.top TABLE.history CAPTION:before {
	content:		"<< "
}
BODY.top TABLE.history CAPTION:after {
	content:		" >>"
}

BODY.top TABLE.history TH {
	color:			yellow;
}

BODY.top TABLE.history TD.contents {
	text-align:		left;
}


UL.index {
	list-style-type:	square;
	text-align:		center;
}

LI.index {
}

HR.mini {
	width:			8px;
	height:			8px;
}

HR.middle {
	width:			200px;
	height:			8px;
}

.note {
	font-size:		small;
}

.cover {
	text-align:		center;
}

.date {
	font-family:		monospace;
}

.copyright {
	font-size:		small;
}
