body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	color : Black;
	margin:0em;
	padding-top:1ex;
	padding-bottom:1ex;
}
body.article {
	margin-left:1em;
	margin-right:1em;
}
img {border-style:none;}
h1 { font-size: 150%;}
h2 { font-size: 130%;}
h3 { font-size: 120%;}
UL {list-style-type: square;}
LI { margin-bottom: .2em; }
strong {
	color: red;
	background-color: white;
	font-weight: bold;
}
address {
	font-style:normal;
}
.bigcap {
	font-size:130%;
}
.center {
	text-align: center;}
.small {
	font-size: smaller;}
.title {
	font-style:italic
}
p.spaced {
	line-height: 130%;
}
ol.spaced>li {margin-bottom:1em;}
.hidden {
	position:absolute;
	left:-9999px;
}
nav#border, div#border {
	width:auto;
	float:right;
	text-align:center;
	color:black;
	background-color:white;
	line-height:0px;
}
div#content {
	margin-right:96px;
	margin-left:1em;
}
div#footerbar {
	color: black;
	background-color: #A47AC0;
	width: 100%;
	height: 1.2em;
	margin-top:0.5em;
}
div#footertext {
	font-size: smaller;
	margin:1em;
}
@media screen and (max-width:853px) {
	NAV#border {float:none;}
	NAV#border IMG {margin-bottom:8px}
	NAV#border BR, #borderimg {display:none	}
	DIV#content {margin:1ex}
	LI {margin-bottom:.8em}
}
@media print {
    div#border, p#noprint { display:none }
	div#content {
		margin-right:1em;
		margin-left:1em;
	}
}