<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
  margin: 2em 1em 2em 5%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: medium;
  background: white; /*  background-color: white; 'background-color' doesn't work on Mac IE 3, but 'background' does */
/*  background-image: url(/images/aasbkg-1.jpg);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  background-color: #FFFFFF; */
  background-color: #FFFFFF;
  color: black;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, FORM, DL {
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display: inline }

LI {list-style-type : square}

H1, H2, H3, H4 {  margin-bottom: 1em }

H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

h1 { font: 170% Verdana, Arial, Helvetica, sans-serif }
h2 { font: 140% Verdana, Arial, Helvetica, sans-serif }
h3 { font: 120% Verdana, Arial, Helvetica, sans-serif }
h4 { font: bold 100% Verdana, Arial, Helvetica, sans-serif }
h5 { font: italic 100% Verdana, Arial, Helvetica, sans-serif }
h6 { font: small-caps 100% Verdana, Arial, Helvetica, sans-serif }

.hide { display: none }

div.head { margin-bottom: 1em }
div.head h1 { clear: both }
div.head table { margin-left: 2em }
div.head img { color: white; border: none } /* remove border from top image */

p.copyright { font-size: small }
p.copyright small { font-size: small }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }	/* navigator 4 requires this */

PRE { white-space: pre; margin-left: 2em }
dt, dd { margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
}

.nd_light_black {
    color: #333333;
}

strong, b, .bold { 
    font-weight:bold; 
}

.hover_blue:hover {
    color: #0000FF;
}

.hover_orange:hover {
	color: #F48A00;
}

.hover_grey:hover {
	color: #CCCCCC;
}

.hover_red:hover {
    color: #FF0000;
}

.fs5  { font-size: 5px }
.fs12  { font-size: 12px }

p.table-text {
  margin-left:1%;
  margin-right:1%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: medium;
/*  line-height: 110%;*/
}

/* See http://www.w3.org/StyleSheets/TR/W3C-REC */
HR { border-top: inset }        	/* 'border-bottom' could also have been used */

A:link { color: black  }          	/* unvisited link */
A:visited { color: purple }     	/* visited links */
A:active { color: red }        	/* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 0 none}
A:visited IMG { border: 0 none}
A:active IMG { border: 0 none}

  A.nob:link IMG { border: 0 none }
  A.nob:visited IMG { border: 0 none }
  A.nob:active IMG { border: 0 none }

.box {
	height: auto;
	width: auto;
	margin-top: 5%;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-left: 2%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: white;
	border: thin inset #999933;
}

.pnod {
	display: block;
}
.pnod-table {

	display: table;
}
td.hid {
	display: block;
}

@media screen {  /* hide from IE3 */
a:hover { background: #ffa }
}

@media aural {
  abbr, acronym { speak: normal }
  abbr.initialism { speak: spell-out }

  .author, small, td li.transitional, .elements li.transitional {
    volume: 40%
  }

  td li.frameset, .elements li.frameset {
    volume: 35%
  }

  .copyright {
    volume: soft
  }

  .transitional, .frameset { speak: inherit }

  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code }
}

@media print {
	BODY { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt ;
		line-height: 1.2;
		margin-left: 2%;
		margin-right: 5%;
	}
	.box {
		height: auto;
		width: auto;
		margin-top: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
		margin-left: 2%;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		border: thin none;
	}
	A:link { color: blue  }          	/* unvisited link */
	A:visited { color: blue }     	/* visited links */
	A:active { color: blue }        	/* active links */
	A:link IMG { border: 0 none }
	A:visited IMG { border: 0 none }
	A:active IMG { border: 0 none }

	A.nob:link IMG { border: 0 none }
	A.nob:visited IMG { border: 0 none }
	A.nob:active IMG { border: 0 none }

	.pnod {
		display: none;
	}
    .pnod-table {

		display: none;
    }
	td.hid {
		display: none;
	}

}
</pre></body></html>