body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 2em;
	padding: 0;
}
h1 {
	font-size: 1em;
	margin: 1em 0 0;
}
h1.newhide { position:absolute;
	top: -1000em;
}
h2, h3, h4, h5 {
	font-size: 1em;
	margin: 1em 0 0;
}
h2.un, h3.un {font-weight: normal; text-decoration:underline;}
p {
	margin: 1em 0;
}
caption {margin-bottom: 1em; }
li {
	margin: 1em 0;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color:#96c;
}
a:hover {
	background-color:#ffc;
	text-decoration:none;
}
a.strike {text-decoration:line-through;}
.block, .ex {
	margin: 1em 2.5em;
}
.indent3em { text-indent:3em;}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.imrevision {
	margin: .2em 0 1em;
}
.indent {
	margin-right:40px;
	margin-left:40px;
}
.navlinks {
	font-size: small;
}
.smalllink {
	font-size: xx-small;
}
.u {
	text-decoration: underline;
}
.bkgcc9 {
	background: #CC9;
}
ul.list1em li {
	margin-bottom: 1em;
}
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
td { vertical-align: top; }
table {
	clear: both;
	margin: 1em auto;
	width: 100%;
}
.w90, .w80, .w70, .w60, .w50 {
	margin: 1em auto;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
table, tr, th, td {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 3px 5px;
}
table a, table a:link {
	background-color: #fff;
	color: #009;
	text-decoration: none;
}
table a:visited {
	background-color: #fff;
	color: #909;
	text-decoration: none;
}
table a:hover {
	background-color: #fff;
	color: #00F;
	text-decoration: underline;
}
#footer {
	width: 100%;
	position:relative;
	height: 2em;
	clear: both;
	border-top: 2px solid #999;
	margin: 0;
	padding: .5em 0;
	text-align:center;
	font-size: small;
}
#footer p {
	margin: 0;
}
a#prev {
	background: #fff url(/fsd/manual/images/left.gif) no-repeat left;
	width: 10em;
	float: left;
	margin: 1em 0 0 0;
	padding: 0 0 0 28px;
	line-height: 2em;
	text-align: left;
}
a#next {
	background: #fff url(/fsd/manual/images/right.gif) no-repeat right;
	width: 10em;
	float: right;
	margin: 1em 0 0 0;
	padding: 0 28px 0 0;
	line-height: 2em;
	text-align:right;
}
.note {
	text-indent: -3.5em;
	margin-left: 3.7em;
	margin-top: 1em;
	padding: 0;
}
.etc {
	text-indent: -3.5em;
	margin-left: 3.7em;
	margin-top: .5em;
	padding: 0;
	font-weight: normal;
}
.nospace {
	margin-bottom: .4em;
}
.normal {font-weight: normal;}
.lborder {
	border-left:solid 1px;
	padding-left:1em;
}
.strike {text-decoration:line-through;}
.dltable dl {
	margin: 1em 0;
	padding-left:20px;
}
.dltable dt {
	width: 8.5em;
	float: left;
	clear:left;
	margin-left: 2.5em;
}
.dltable dd {
	margin: 0 0 .5em 6em;
}
.i {font-style:italic;}
.upperalpha {list-style:upper-alpha;}
.loweralpha {list-style:lower-alpha;}