body {
	background-color: #FFFFFF;
	/* flush margins on all 4 sides to mitre background propertly */
	margin: 0px;
	font-family: Arial, Helvetica, Helv, sans-serif; 
	}
p, td, th, h1, h2, h3  {
	font-family: Arial, Helvetica, Helv, sans-serif; 
	font-size:100%;
	margin-left: 3em;
	margin-right: 3em;}
h1 {
	font-size: 130%;
	font-weight: bold;
	}
h2 {
	text-align:left;
	font-size: 120%;
	font-weight: bold;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	}
li {
	margin-top: 0.25ex;
	margin-bottom: 0.25ex;
	}
hr {color: #333366}

.tnavblockstripe {
	position:absolute; 
	left: 0px;
	top: 0px;
	width:100%;
	height:6ex;
	background-color:#F0FFFF;
	}
/* table with top level nav etc. */
.tnavtable {
	width:100%;
	padding: 0px;
	margin-top:1px;
	margin-left:1px;
	/*cell-spacing: 0px; in CSS2, but not widely supported yet */
	}
/* tnav is colored like user tools, but bold */
/* em for screen reader, but only for screen reader */
.navem {
	font-style:normal;
	}
em.tnav {
	color:#003333;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	font-style:normal;
	}
A.tnav:link {
	color:#003333;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	}
A.tnav:visited {
	color:#003333;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	}
A.tnav:hover {
	color:#003333;
	font-weight:bold;
	text-decoration:underline;
	font-size:90%;
	}
.tnavactiveblock {
	/*position:relative;*/
	height:3ex;
	text-align:center;
	vertical-align:middle;
	background-color:#E0EEEE;

	}
.tnavinactiveblock {
	/*position:relative;*/
	height:3ex;
	text-align:center;
	vertical-align:middle;
	background-color:#F0FFFF;
	}
.tnavactiveblock2 {
	/*position:relative;*/
	height:3ex;
	text-align:center;
	vertical-align:middle;
	background-color:#D0DDDD;

	}
.tnavinactiveblock2 {
	/*position:relative;*/
	height:3ex;
	text-align:center;
	vertical-align:middle;
	background-color:#E0EEEE;
	}

.navindent {
	margin-left:1em;
	margin-right:1em;
	margin-top:1ex;
	margin-bottom:1ex;
	}

/* for mortising */
.mainblock {
	position:absolute;	/* relative to window */
	/*background-color:gray;*/
	left:10%;
	top:10ex;
	width:80%;
	}

.copyright {
	margin-top:0.1ex;
	margin-bottom:0.1ex;
	text-align:center; 
	font-size: 80%; 
	}

.copyright-notop {
	margin-top:0.1ex;
	text-align:center; 
	font-size: 80%; 
	}

.copyright-nobot {
	margin-top:6ex;
	margin-bottom:0.1ex;
	text-align:center; 
	font-size: 80%; 
	}

.docinfo {
	font-family: "Times New Roman", Times, Palatino, "New Century SchoolBook", serif; 
	font-size: xx-small; 
	margin-left: 0.25em;
	margin-top:0.1ex;
	margin-bottom:0.1ex;
	}
.mainbul {
	margin-left:1em;
	list-style-image: none;
	list-style-type:none;
	}
.subbul {
	margin-left:2em;
	list-style-image: none;
	list-style-type:none;
	}
.indent {
	/*text-indent: -1em;
	margin-left: 1em;*/
	margin-right: 3em;
	}
.noindent {
	margin-left:0px;
	margin-right:0px;
	}
.title {
	font-style:italic;
	}
.nosp {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	}
.cost {
	text-align:right;
	}
.costcategory {
	text-align:left;
	}
/* physical markup */
.flush	{
	margin-top:0.1ex;
	margin-bottom:0.1ex;
	}
.flusht {
	margin-top:0.1ex;
	}
.flushb {
	margin-bottom:0.1ex;
	}
.center {
	text-align:center;
	}
.center-nobot {
	text-align:center;
	margin-bottom:0ex;
	}
.center-notop {
	text-align:center;
	margin-top:0ex;
	}
.smalltext {
	font-size:80%
	}
.forcedown {
	margin-top:18ex;
	}
A:link {color: #333366}
A:hover {color: #669999}
A:active {color: #000000}
A:visited {color: #336633}
