/* Style sheet for http-analyze online manual */

body  { color:		black;
	background:	#f0f7f8;
	margin:		.4em;
}

h2    {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	12pt;
	color:		black;
	background:	#accccc;
	padding:	2px;
	margin-top:	0;
	margin-left:	0;
}

h3    {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	11pt;
	color:		darkblue;
	background:	#accccc;
	padding:	1px;
	margin-top:	4pt;
	margin-left:	.2em;
}

h4    {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	10pt;
	color:		darkblue;
	padding:	0;
	margin-top:	8pt;
	margin-bottom:	2pt;
	margin-left:	.75em;
}

table, tr, td {
	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	10pt;
	color:		black;
}

.nb {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	8pt;
	color:		black;
}

.text {	margin-left:	1em;
	margin-bottom:	1em;
}

dir {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	9pt;
	color:		black;
	list-style-type: disk;
	margin-bottom:  .75em;
}

ol {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	9pt;
	color:		black;
	list-style-type: decimal;
}

p, menu, dl {
	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	9pt;
	color:		black;
	margin-left:	.75em;
}

dt {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	9pt;
	color:		black;
	margin-top:	8pt;
	margin-bottom:	2pt;
}

dd {	font-family:	Helvetica,Arial,Geneva,sans-serif;
	font-size:	9pt;
	color:		black;
}

b {	font-weight:	bold; }

em {	font-weight:	bold;
	color:		maroon;
	background:	transparent;
}

tt {	font-family:	LucidaTypewriter,fixed;
	font-size:	9pt;
	font-weight:	bold;
	color:		black;
	background:	GreenYellow;
}

kbd {	font-family:	LucidaTypewriter,fixed;
	font-size:	9pt;
	font-weight:	bold;
	color:		black;
}

pre {	font-family:	fixed;
	font-size:	9pt;
	font-weight:	bold;
	color:		black;
	padding:	.5em;
	margin-left:	.8em;
	margin-right:	.5em;
	white-space:	pre;
}

pre.ex { color:		darkblue;
	background:	#cccccc;
	border:		solid;
	border-width:	thin;
}
