 /* element selectors */*  { font-family: Arial, "Lucida Grande", Helvetica, Swiss, Geneva, SunSans-Regular }BODY { background-color: #ffffff; }

/* section elements */H1 {
	font-size: 14pt;
	font-weight: bold;
  	border-bottom: solid;
  	border-bottom-width: 2pt;
	padding-top: 6px;
 }H2 {
	font-size: 12pt;
  	border-bottom: solid;
  	border-bottom-width: thin;
}H3 {
	font-size: 11pt;
}

P {
	font-size: 9pt;
	line-height: 1.5;
	margin-left: 3pt;
}

blockquote {
	font-size: 10pt;
	line-height: 1.5;
	margin-left: 36pt;
}

/* used at top of bottom of pages for return links */
p.links {
	margin-left: 0pt;
	border: solid;
	border-width: thin;
	padding: 4pt;
}TD {
	font-size: 9pt;
}
TH {
	font-size: 10pt;
}code {
	font-family: Courier;
	font-size: 9pt;
}

table {
	border-collapse: collapse;
	border: 1px solid gray;
}
td {
	border: 1px solid gray;
	padding: 6px;
	line-height: 1.3;
	vertical-align: top;
}
th {
	border: 1px solid gray;
	padding: 6px;
}

/* unordered lists  */ul {
	font-size: 9pt;
	line-height: 1.5;
	list-style-type: square;
	margin-left: -6pt;
}

/* second level - new symbol and indented */
ul.lev2 {
	list-style-type: circle;
	margin-left: -12pt;
}

/* second level within dl - new symbol, indented, top less */
ul.lev2args {
	list-style-type: circle;
	margin-top: 2pt;
	margin-left: -12pt;
	margin-bottom: 3pt;
}

/* unordered lists  */ol {
	font-size: 9pt;
	line-height: 1.5;
	margin-left: -6pt;
}

/* for index into FEA and MPM files elements */
ol.index {
	line-height: 1.2;
}

/* for index into FEA and MPM files elements */
ol.indexsub {
	margin-top: 3pt;
	margin-left: -12pt;
	line-height: 1.2;
	list-style-type: lower-alpha;
}

ol li {
	margin-bottom: 3pt;
}

/* level 2 lists with letters */
ol.alpha  {
	list-style-type: lower-alpha;
	margin-top: 2pt;
	margin-left: -12pt;
}
/* definition lists */dl {
	font-size: 9pt;
	line-height: 1.5;
}

/* DL with  tags */dl dt {
	margin-left: 15px;
	font-family: Courier;
}dl dd {
	margin-left: 28px;
	margin-bottom: 3px;
	line-height: 1.3;
}

/* preformatted text */
pre {
	margin-left: 18px;
	font-size: 9pt;
	font-family: Courier;
}

/* predformatted with smaller top margin
   in file format section */pre.near {
	margin-top: 3px;
}/* styles */
.warn  {
	color: red;
}
/* anchor styles */a {	color: blue;	font-size: 9pt;	font-family: Arial, "Lucida Grande", Helvetica;	text-decoration: none}a:hover {	color: blue;	font-size: 9pt;	font-family: Arial, "Lucida Grande", Helvetica;	text-decoration: underline}

/* for boxed index and top of any window */
.contents {
	border: solid;
	border-width: thin;
	border-color: #aaa;
	margin-left: 15pt;
	padding: 3pt;
	width: 300;
}

/* for list in box index at top of any window */
ul.index {
	margin-top: 3pt;
	margin-left: -6pt;
	margin-bottom: 0pt;
}

