﻿@charset "UTF-8";
h3, h4, h5, h6
	{
		text-align: center;
	}
span.category span
	{
		font-family: 'Benguiat', 'Benguiat Book', 'ITC Benguiat Book';
		font-size: large;
	}
.example span
	{
		font-weight: bold;
	}
dl.defs dt
	{
		float: left;
	}
dl.defs dd
	{
		margin-left: 0px;
		margin-right: 0px;
	}
th
	{
		border-color: #000000;
		border-style: solid;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		text-align: center;
	}
.dead
	{
		text-decoration: line-through;
	}
pre
	{
		font-family: monospace;
	}
q
	{
		font-weight: bold;
	}
li p, dd p, p.symbols
	{
		text-indent: 0px;
	}
h3
	{
		clear: none;
	}
h4
	{
		font-weight: bold;
	}
div.page
	{
		background-color: #FFFFFF;
		border: 2px solid silver;
		clear: both;
		color: inherit;
		margin-bottom: 4px;
		padding: 1px 2px 1px 2px;
	}
object.layout
	{
		height: 500px;
		width: 500px;
	}
object.diagram, img.diagram
	{
		height: 470px;
		width: 652px;
	}
object.dbldiagram, img.dbldiagram
	{
		height: 860px;
		width: 700px;
	}
object.symbol, img.symbol
	{
		height: 50px;
		width: 50px;
	}
img.deck
	{
		vertical-align: middle;
	}
div.note
	{
		border-bottom-color: #000000;
		border-bottom-style: solid;
		border-bottom-width: 5px;
		border-left-color: #000000;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: #000000;
		border-right-style: solid;
		border-right-width: 7px;
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;
		margin-bottom: 5px;
	}
div.note h4, div.note p
	{
		text-align: center;
	}
div.toc ol
	{
		list-style-type: none;
	}
.am
	{
		font-size: 115%;
		text-transform: lowercase
	}
.am span
	{
		font-size: 140%;
	}
.sc
	{
		font-size: 80%;
		font-variant: small-caps;
	}
.scb
	{
		font-size: 80%;
		font-weight: bold;
		font-variant: small-caps;
	}
.caps
	{
		text-transform: uppercase;
	}